Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-05 19:22:56 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-07-08 11:40:30 +0400
commita953577b46fdaf4655d110c60925c2fc331f9c17 (patch)
treee2b545a036af558f795de2cbad1b34697acf0ab8 /doc/examples/Makefile
parent5d1b39f7e7381a2e837b9b6d43dede7de528da3c (diff)
examples: move metadata-example.c to doc/examples
Diffstat (limited to 'doc/examples/Makefile')
-rw-r--r--doc/examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/Makefile b/doc/examples/Makefile
index 4561b10bad..f8abdff4e3 100644
--- a/doc/examples/Makefile
+++ b/doc/examples/Makefile
@@ -3,7 +3,7 @@ FFMPEG_LIBS=libavdevice libavformat libavfilter libavcodec libswscale libavutil
CFLAGS+=$(shell pkg-config --cflags $(FFMPEG_LIBS))
LDFLAGS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
-EXAMPLES=encoding muxing
+EXAMPLES=encoding metadata muxing
OBJS=$(addsuffix .o,$(EXAMPLES))