ffmpeg/doc/examples
Stefano Sabatini e53becc70f examples/Makefile: give priority to pkg-config flags
In case CFLAGS/LDLIBS are already defined and conflicting with the
pkg-config flags, give priority to the latter since they are used to
detect compilation flags.

This should fix for example the case where there are many different
instances of a library, CFLAGS=-I/foo/include and pkg-config cflags say
-I/bar/include.
2012-08-30 21:46:44 +02:00
..
Makefile examples/Makefile: give priority to pkg-config flags 2012-08-30 21:46:44 +02:00
decoding_encoding.c examples/decoding_encoding: make operation logic more self-evident / predictable 2012-08-27 10:09:48 +02:00
filtering_audio.c
filtering_video.c
metadata.c
muxing.c examples/muxing: update to the new avcodec_encode_video2() API 2012-08-24 17:31:10 +02:00
scaling_video.c examples: add scaling_video example 2012-08-28 20:09:37 +02:00