gstreamer/ext/libav
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
..
gstav.c meson: add options to set package name and origin 2017-05-20 15:18:55 +01:00
gstav.h Don't use exported but undeclared core debug category symbols 2016-02-20 12:59:38 +00:00
gstavauddec.c avaudenc/dec: Blacklist more PCM decoders/encoders 2017-04-13 15:23:45 +03:00
gstavauddec.h avauddec: Ensure input buffers have FF_INPUT_BUFFER_PADDING_SIZE padding, which is required by avcodec_decode_audio4 () 2015-06-30 19:19:42 +02:00
gstavaudenc.c avaudenc/dec: Blacklist more PCM decoders/encoders 2017-04-13 15:23:45 +03:00
gstavaudenc.h av{aud,vid}enc: Stop using deprecated AVFrame APIs 2015-06-28 15:37:23 +02:00
gstavaudioresample.c Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcfg.c avcfg: Use av_strdup() instead of g_strdup() for strings owned by ffmpeg 2016-04-25 18:39:54 +03:00
gstavcfg.h Fix FSF address 2012-11-04 00:22:16 +00:00
gstavcodecmap.c avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams 2017-10-19 16:50:38 +02:00
gstavcodecmap.h avvidenc: Classify image encoders with "Image" instead of "Video" 2017-03-21 09:49:45 +05:30
gstavdeinterlace.c libav: use new gst_element_class_add_static_pad_template() 2016-03-24 14:53:51 +02:00
gstavdemux.c avdemux: Whitelist the demuxers required for GC/Wii/WiiU ADPCM streams 2017-10-19 16:50:38 +02:00
gstavmux.c avmux: Blacklist scc muxer 2017-07-10 10:33:33 +03:00
gstavprotocol.c avprotocol: fix leak in error code paths 2018-01-13 11:54:25 +00:00
gstavprotocol.h avprotocol: Don't use GST_LOG_OBJECT() and friends on an arbitrary struct that is not a GObject 2016-12-02 14:19:46 +02:00
gstavscale.c av: Use av_image_get_buffer_size() instead of deprecated avpicture_get_size() 2016-01-19 09:42:47 +02:00
gstavutils.c Properly check if unistd.h is avalaible 2016-11-25 13:22:34 -03:00
gstavutils.h libav: Remove usage of deprecated API 2016-01-16 16:47:40 +02:00
gstavviddec.c Revert "avviddec: Remove usage of deprecated EDGE APIs" 2017-08-10 18:55:29 +03:00
gstavviddec.h avviddec: Map any stereo3D info to multiview modes 2017-03-16 15:23:01 +11:00
gstavvidenc.c avvidenc: Fix compiler errors in the previous commit 2017-03-22 12:55:40 +05:30
gstavvidenc.h avvid{dec,enc}: remove dead gobject macros 2016-03-24 18:36:22 +01:00
Makefile.am libav: use LIBAV_CPPFLAGS for -I include paths 2018-01-13 12:18:54 +00:00
meson.build build: Do not link plugin against lzma and bz2 if using system install 2016-09-05 12:44:37 -03:00