ERROR: Xvid not found for I want to use static link
Dear ffmpeg stuff: I compilered the xvid lib to be xvidcore.a(821K) and xvidcore.dll (726K). I want to use the static library to be linked with ffmpeg,so I renamed the xvidcore.dll then it can't find the xvid. How can I do for using xvidcore.a only? not use the dll? $ ./configure --enable-shared --enable-memalign-hack --disable-static --enable- vhook --enable-libxvid --enable-gpl add_extralibs: (* * ) check_lib :(* zlib.h zlibVersion -lz * ) check_lib :(* math.h sin -lm * ) add_extralibs: (* -lm * ) check_lib :(* xvid.h xvid_global -lxvidcore * ) ERROR: Xvid not found If you think configure made a mistake, make sure you are using the latest version from SVN. If the latest version fails, report the problem to the ffmpeg-user at mplayerhq.hu mailing list or IRC #ffmpeg on irc.freenode.net. Include the log file "config.err" produced by configure as this will help solving the problem.
participants (1)
-
chinesealexander@163.com