Browse Source

Group togheter filter dependency specifications.

Originally committed as revision 25245 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Stefano Sabatini 14 years ago
parent
commit
2e5ff4d0e5
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      configure

+ 1
- 3
configure View File

@@ -1386,9 +1386,6 @@ vfwcap_indev_extralibs="-lavicap32"
x11_grab_device_indev_deps="x11grab XShmCreateImage"
x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"

# filters
frei0r_filter_deps="frei0r dlopen strtok_r"

# protocols
gopher_protocol_deps="network"
http_protocol_deps="network"
@@ -1402,6 +1399,7 @@ udp_protocol_deps="network"

# filters
blackframe_filter_deps="gpl"
frei0r_filter_deps="frei0r dlopen strtok_r"
ocv_smooth_filter_deps="libopencv"
yadif_filter_deps="gpl"



Loading…
Cancel
Save