mirror of https://git.ffmpeg.org/ffmpeg.git
doc/examples: add -O2 in CFLAGS.
This commit is contained in:
parent
072c2c08bf
commit
5b55c7f4e9
|
@ -6,7 +6,8 @@ FFMPEG_LIBS= libavdevice \
|
||||||
libswscale \
|
libswscale \
|
||||||
libavutil \
|
libavutil \
|
||||||
|
|
||||||
CFLAGS+=-Wall $(shell pkg-config --cflags $(FFMPEG_LIBS))
|
CFLAGS += -Wall -O2
|
||||||
|
CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS))
|
||||||
LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))
|
LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))
|
||||||
|
|
||||||
EXAMPLES= decoding_encoding \
|
EXAMPLES= decoding_encoding \
|
||||||
|
|
Loading…
Reference in New Issue