Actually clean, untouched ffmpeg 2.1.3 now.

This commit is contained in:
Ben "root" Anderson
2014-02-09 21:50:44 -06:00
parent 3b4f884be0
commit 41c22f429d
31 changed files with 3 additions and 127 deletions
Regular → Executable
View File
View File
View File
@@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../../../libavcodec
includedir=${pcfiledir}/../../..
Name: libavcodec
Description: FFmpeg codec library
Version: 55.39.101
Requires: libavutil = 52.48.101
Conflicts:
Libs: -L${libdir} -Wl,-rpath,${libdir} -lavcodec
Cflags: -I${includedir}
@@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../../../libavdevice
includedir=${pcfiledir}/../../..
Name: libavdevice
Description: FFmpeg device handling library
Version: 55.5.100
Requires: libavfilter = 3.90.100, libavformat = 55.19.104
Conflicts:
Libs: -L${libdir} -Wl,-rpath,${libdir} -lavdevice -lavicap32 -lpsapi -lole32 -lstrmiids -luuid -lws2_32 -liconv -lm -lz -lpsapi -ladvapi32 -lshell32
Cflags: -I${includedir}
@@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../../../libavfilter
includedir=${pcfiledir}/../../..
Name: libavfilter
Description: FFmpeg audio/video filtering library
Version: 3.90.100
Requires: libswresample = 0.17.104, libswscale = 2.5.101, libavformat = 55.19.104, libavcodec = 55.39.101, libavutil = 52.48.101
Conflicts:
Libs: -L${libdir} -Wl,-rpath,${libdir} -lavfilter -lavicap32 -lpsapi -lole32 -lstrmiids -luuid -lws2_32 -liconv -lm -lz -lpsapi -ladvapi32 -lshell32
Cflags: -I${includedir}
@@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../../../libavformat
includedir=${pcfiledir}/../../..
Name: libavformat
Description: FFmpeg container format library
Version: 55.19.104
Requires: libavcodec = 55.39.101
Conflicts:
Libs: -L${libdir} -Wl,-rpath,${libdir} -lavformat
Cflags: -I${includedir}
@@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../../../libavutil
includedir=${pcfiledir}/../../..
Name: libavutil
Description: FFmpeg utility library
Version: 52.48.101
Requires:
Conflicts:
Libs: -L${libdir} -Wl,-rpath,${libdir} -lavutil
Cflags: -I${includedir}
@@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../../../libswresample
includedir=${pcfiledir}/../../..
Name: libswresample
Description: FFmpeg audio resampling library
Version: 0.17.104
Requires: libavutil = 52.48.101
Conflicts:
Libs: -L${libdir} -Wl,-rpath,${libdir} -lswresample -lm
Cflags: -I${includedir}
@@ -1,12 +0,0 @@
prefix=
exec_prefix=
libdir=${pcfiledir}/../../../libswscale
includedir=${pcfiledir}/../../..
Name: libswscale
Description: FFmpeg image rescaling library
Version: 2.5.101
Requires: libavutil = 52.48.101
Conflicts:
Libs: -L${libdir} -Wl,-rpath,${libdir} -lswscale
Cflags: -I${includedir}
Regular → Executable
View File
-14
View File
@@ -1,14 +0,0 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libavdevice
Description: FFmpeg device handling library
Version: 55.5.100
Requires: libavfilter = 3.90.100, libavformat = 55.19.104
Requires.private:
Conflicts:
Libs: -L${libdir} -lavdevice -lavicap32 -lpsapi -lole32 -lstrmiids -luuid -lws2_32 -liconv -lm -lz -lpsapi -ladvapi32 -lshell32
Libs.private:
Cflags: -I${includedir}
-14
View File
@@ -1,14 +0,0 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libavfilter
Description: FFmpeg audio/video filtering library
Version: 3.90.100
Requires: libswresample = 0.17.104, libswscale = 2.5.101, libavformat = 55.19.104, libavcodec = 55.39.101, libavutil = 52.48.101
Requires.private:
Conflicts:
Libs: -L${libdir} -lavfilter -lavicap32 -lpsapi -lole32 -lstrmiids -luuid -lws2_32 -liconv -lm -lz -lpsapi -ladvapi32 -lshell32
Libs.private:
Cflags: -I${includedir}
@@ -1,14 +0,0 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libswresample
Description: FFmpeg audio resampling library
Version: 0.17.104
Requires: libavutil = 52.48.101
Requires.private:
Conflicts:
Libs: -L${libdir} -lswresample -lm
Libs.private:
Cflags: -I${includedir}
View File
Regular → Executable
View File
View File
Regular → Executable
View File
View File
View File
View File
View File
Regular → Executable
View File
View File
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
Regular → Executable
View File
+3 -1
View File
@@ -96,7 +96,7 @@ if test x$enable_lto = xyes; then
fi
fi
AC_ARG_ENABLE(system-ffmpeg, AS_HELP_STRING([--with-system-ffmpeg], [Use system instead of bundled ffmpeg (UNSUPPORTED)]), system_ffmpeg=yes, system_ffmpeg=no)
AC_ARG_WITH(system-ffmpeg, AS_HELP_STRING([--with-system-ffmpeg], [Use system instead of bundled ffmpeg (UNSUPPORTED)]), system_ffmpeg=yes, system_ffmpeg=no)
AM_CONDITIONAL(SYSTEM_FFMPEG, test "$system_ffmpeg" = "yes")
if test $system_ffmpeg = yes; then
@@ -117,6 +117,8 @@ dnl NOTE: This won't be hardcoded "yes" later when we implement --with-license
AC_DEFINE(HAVE_FFMPEG, 1, [FFMpeg is available])
CFLAGS="$CFLAGS -I$PWD/bundle/ffmpeg"
CXXFLAGS="$CXXFLAGS -I$PWD/bundle/ffmpeg"
dnl Make the binary find our bundled libs
LDFLAGS="-Wl,-rpath=bundle/ffmpeg/libavutil,-rpath=bundle/ffmpeg/libavformat,-rpath=bundle/ffmpeg/libavcodec,-rpath=bundle/ffmpeg/libswscale"
dnl Classic autoconf. This CANNOT be broken across multiple lines.
FFMPEG_LIBS="-L$PWD/bundle/ffmpeg/libavutil -lavutil -L$PWD/bundle/ffmpeg/libavformat -lavformat -L$PWD/bundle/ffmpeg/libavcodec -lavcodec -L$PWD/bundle/ffmpeg/libswscale -lswscale"
fi