[FFmpeg-cvslog] examples/Makefile.example: add note about missing entries
Stefano Sabatini
git at videolan.org
Sat Feb 11 19:10:07 EET 2023
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Jan 15 16:48:30 2023 +0100| [051e1ed1e27e012045a66fd43428a685843f24b6] | committer: Stefano Sabatini
examples/Makefile.example: add note about missing entries
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=051e1ed1e27e012045a66fd43428a685843f24b6
---
doc/examples/Makefile.example | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/doc/examples/Makefile.example b/doc/examples/Makefile.example
index 730d7e1a9a..01712f42d9 100644
--- a/doc/examples/Makefile.example
+++ b/doc/examples/Makefile.example
@@ -11,6 +11,12 @@ CFLAGS += -Wall -g
CFLAGS := $(shell pkg-config --cflags $(FFMPEG_LIBS)) $(CFLAGS)
LDLIBS := $(shell pkg-config --libs $(FFMPEG_LIBS)) $(LDLIBS)
+# missing the following targets, since they need special options in the FFmpeg build:
+# qsv_decode
+# qsv_transcode
+# vaapi_encode
+# vaapi_transcode
+
EXAMPLES=\
avio_http_serve_files \
avio_list_dir \
@@ -30,7 +36,7 @@ EXAMPLES=\
scale_video \
show_metadata \
transcode_aac \
- transcode \
+ transcode
OBJS=$(addsuffix .o,$(EXAMPLES))
More information about the ffmpeg-cvslog
mailing list