diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-08-29 23:41:30 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-02 10:48:01 +0200 |
commit | c8ef309379709062391f5e012efc3609a3389917 (patch) | |
tree | 2a7a9b68f6199200e928921c346b5da5f821f9d5 /doc/examples/Makefile | |
parent | f7eec8956d592c745f1ac6897ccb48fb10117a12 (diff) | |
download | ffmpeg-c8ef309379709062391f5e012efc3609a3389917.tar.gz |
examples: add demuxing.c example
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r-- | doc/examples/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 287dfc47a2..e8aab57d69 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -12,6 +12,7 @@ CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS) LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) EXAMPLES= decoding_encoding \ + demuxing \ filtering_video \ filtering_audio \ metadata \ |