gstreamer/ext
U. Artie Eoff 7a951369c7 libav: use LIBAV_CPPFLAGS for -I include paths
Autotools automatically appends user CPPFLAGS after target
CPPFLAGS.  Also, it puts all CPPFLAGS before CFLAGS in final
generated gcc compile command.  The internal ffmpeg include
paths need to come before any other external include paths
to ensure we don't accidentally pickup external ffmpeg
headers first (i.e. from user CPPFLAGS include paths).  Thus,
move the internal LIBAV include paths to LIBAV_CPPFLAGS so
that they come before any user defined CPPFLAGS.

This allows ffmpeg and gst-ffmpeg to coexist on users system.

https://bugzilla.gnome.org/show_bug.cgi?id=789379
2018-01-13 12:18:54 +00:00
..
libav libav: use LIBAV_CPPFLAGS for -I include paths 2018-01-13 12:18:54 +00:00
libswscale libswscale: Memory leak in gst_video_frame_map 2017-07-17 15:36:49 +03:00
Makefile.am Disable libswscale/avvideoscale plugin until it works at least somewhat 2013-01-17 23:57:00 +00:00