Skip to content
Snippets Groups Projects
Commit c6bbe3c2 authored by Clément Bœsch's avatar Clément Bœsch
Browse files

doc/examples: add debug compilation flag.

parent 06e4b983
Branches
Tags
No related merge requests found
...@@ -8,7 +8,7 @@ FFMPEG_LIBS= libavdevice \ ...@@ -8,7 +8,7 @@ FFMPEG_LIBS= libavdevice \
libswscale \ libswscale \
libavutil \ libavutil \
CFLAGS += -Wall -O2 CFLAGS += -Wall -O2 -g
CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS)) CFLAGS += $(shell pkg-config --cflags $(FFMPEG_LIBS))
LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS)) LDLIBS += $(shell pkg-config --libs $(FFMPEG_LIBS))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment