mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-10 16:15:39 +01:00
doc/examples: add debug compilation flag.
This commit is contained in:
@@ -8,7 +8,7 @@ FFMPEG_LIBS= libavdevice \
|
||||
libswscale \
|
||||
libavutil \
|
||||
|
||||
CFLAGS += -Wall -O2
|
||||
CFLAGS += -Wall -O2 -g
|
||||
CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS))
|
||||
LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user