mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-23 15:53:36 +00:00
doc/examples: add -O2 in CFLAGS.
This commit is contained in:
parent
072c2c08bf
commit
5b55c7f4e9
@ -6,8 +6,9 @@ FFMPEG_LIBS= libavdevice \
|
||||
libswscale \
|
||||
libavutil \
|
||||
|
||||
CFLAGS+=-Wall $(shell pkg-config --cflags $(FFMPEG_LIBS))
|
||||
LDLIBS+=$(shell pkg-config --libs $(FFMPEG_LIBS))
|
||||
CFLAGS += -Wall -O2
|
||||
CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS))
|
||||
LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))
|
||||
|
||||
EXAMPLES= decoding_encoding \
|
||||
filtering_video \
|
||||
|
Loading…
Reference in New Issue
Block a user