sams last ladspa icons, libopus/vp9, mixer fixer, plugin resets, fmt frmsz, shm fixes
[goodguy/history.git] / cinelerra-5.1 / thirdparty / src / ffmpeg-3.3.4.patch1
index 295779d2475717a00552a65d968e53215dfa82cb..40d7eddc27a9a46c8e295cfff8f72000ff0a00bb 100644 (file)
@@ -1,6 +1,15 @@
 diff -urN a/configure b/configure
 --- a/configure        2017-04-12 19:55:54.000000000 -0600
 +++ b/configure        2017-04-16 16:12:23.518837543 -0600
+@@ -5812,7 +5812,7 @@
+                                { check_lib openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC && add_cppflags -DOPJ_STATIC; } ||
+                                die "ERROR: libopenjpeg not found"; }
+ enabled libopenmpt        && require_pkg_config "libopenmpt >= 0.2.6557" libopenmpt/libopenmpt.h openmpt_module_create
+-enabled libopus           && require_pkg_config opus opus_multistream.h opus_multistream_decoder_create
++enabled libopus           && use_pkg_config opus opus_multistream.h opus_multistream_decoder_create
+ enabled libpulse          && require_pkg_config libpulse pulse/pulseaudio.h pa_context_new
+ enabled librtmp           && require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
+ enabled librubberband     && require_pkg_config "rubberband >= 1.8.1" rubberband/rubberband-c.h rubberband_new
 @@ -5871,7 +5871,9 @@
                                 die "ERROR: libx264 must be installed and version must be >= 0.118."; } &&
                               { check_cpp_condition x264.h "X264_MPEG2" &&