Browse code

Replace every usage of -lvfw32 with what is particularly necessary for that case: Avisynth -> -lavifil32 VFW Cap -> -lavicap32 Patch by kemuri <kemuri9 at gmail dot com>

Originally committed as revision 21410 to svn://svn.ffmpeg.org/ffmpeg/trunk

kemuri authored on 2010/01/24 05:42:00
Showing 1 changed files
... ...
@@ -1331,7 +1331,7 @@ oss_outdev_deps_any="soundcard_h sys_soundcard_h"
1331 1331
 v4l_indev_deps="linux_videodev_h"
1332 1332
 v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
1333 1333
 vfwcap_indev_deps="capCreateCaptureWindow"
1334
-vfwcap_indev_extralibs="-lvfw32"
1334
+vfwcap_indev_extralibs="-lavicap32"
1335 1335
 x11_grab_device_indev_deps="x11grab XShmCreateImage"
1336 1336
 x11_grab_device_indev_extralibs="-lX11 -lXext -lXfixes"
1337 1337
 
... ...
@@ -2468,7 +2468,7 @@ check_func roundf
2468 2468
 check_func truncf
2469 2469
 
2470 2470
 # these are off by default, so fail if requested and not available
2471
-enabled avisynth   && require2 vfw32 "windows.h vfw.h" AVIFileInit -lvfw32
2471
+enabled avisynth   && require2 vfw32 "windows.h vfw.h" AVIFileInit -lavifil32
2472 2472
 enabled libdirac   && add_cflags $(pkg-config --cflags dirac) &&
2473 2473
                       require  libdirac libdirac_decoder/dirac_parser.h dirac_decoder_init $(pkg-config --libs dirac) &&
2474 2474
                       require  libdirac libdirac_encoder/dirac_encoder.h dirac_encoder_init $(pkg-config --libs dirac)