mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
13 lines
613 B
Text
13 lines
613 B
Text
--- configure.orig Thu May 19 04:55:17 2005
|
|
+++ configure Thu May 19 04:56:09 2005
|
|
@@ -26062,8 +26062,8 @@
|
|
if test x$have_ffmpeg_arg = xtrue; then
|
|
{ echo "$as_me:$LINENO: have enable ffmpeg $enable_ffmpeg" >&5
|
|
echo "$as_me: have enable ffmpeg $enable_ffmpeg" >&6;}
|
|
- FFMPEG_INC=-I${enable_ffmpeg}/libavcodec
|
|
- FFMPEG_LIB="${enable_ffmpeg}/libavcodec/libavcodec.a -lz"
|
|
+ FFMPEG_INC=-I${enable_ffmpeg}/include/ffmpeg
|
|
+ FFMPEG_LIB="${enable_ffmpeg}/lib/libavcodec.a -lz"
|
|
saveCFLAGS="$CFLAGS"
|
|
CFLAGS="$CFLAGS $FFMPEG_INC"
|
|
echo "$as_me:$LINENO: checking for AVRational" >&5
|