diff options
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 f76e5a293c..3f33c22c16 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -13,6 +13,7 @@ LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS) EXAMPLES= avio_dir_cmd \ avio_reading \ + decode_audio \ decoding_encoding \ demuxing_decoding \ encode_audio \ |