upgrade to ffmpeg-2.8
authorGood Guy <good1.2guy@gmail.com>
Wed, 23 Sep 2015 20:40:18 +0000 (14:40 -0600)
committerGood Guy <good1.2guy@gmail.com>
Wed, 23 Sep 2015 20:40:18 +0000 (14:40 -0600)
cinelerra-5.0/thirdparty/src/ffmpeg-2.7.2.tar.xz [deleted file]
cinelerra-5.0/thirdparty/src/ffmpeg-2.8.tar.xz [new file with mode: 0644]
cinelerra-5.0/thirdparty/src/ffmpeg.patch1

diff --git a/cinelerra-5.0/thirdparty/src/ffmpeg-2.7.2.tar.xz b/cinelerra-5.0/thirdparty/src/ffmpeg-2.7.2.tar.xz
deleted file mode 100644 (file)
index 7121154..0000000
Binary files a/cinelerra-5.0/thirdparty/src/ffmpeg-2.7.2.tar.xz and /dev/null differ
diff --git a/cinelerra-5.0/thirdparty/src/ffmpeg-2.8.tar.xz b/cinelerra-5.0/thirdparty/src/ffmpeg-2.8.tar.xz
new file mode 100644 (file)
index 0000000..c25f5ab
Binary files /dev/null and b/cinelerra-5.0/thirdparty/src/ffmpeg-2.8.tar.xz differ
index 8c351713b74c1ad848189cbf6d04a6699e00f20b..a1b1c1f372e9d71cdb19ba42636b6146929933f6 100644 (file)
@@ -1,9 +1,9 @@
---- a/configure        2015-04-27 13:07:19.545166083 -0600
-+++ b/configure        2015-04-27 13:10:23.468532800 -0600
-@@ -5157,7 +5157,9 @@
-                                  warn "using libx264 without pkg-config"; } } &&
-                              { check_cpp_condition x264.h "X264_BUILD >= 118" ||
-                                die "ERROR: libx264 must be installed and version must be >= 0.118."; }
+--- a/configure        2015-09-10 13:36:03.763986195 -0600
++++ b/configure        2015-09-10 13:37:25.190550438 -0600
+@@ -5315,7 +5315,9 @@
+                                die "ERROR: libx264 must be installed and version must be >= 0.118."; } &&
+                              { check_cpp_condition x264.h "X264_MPEG2" &&
+                                enable libx262; }
 -enabled libx265           && require_pkg_config x265 x265.h x265_api_get &&
 +enabled libx265           && { use_pkg_config x265 "stdint.h x265.h" x265_api_get ||
 +                               { require libx265 x265.h x265_encoder_encode -lx265 -lstdc++ &&