Browse Source

doc/examples: add debug compilation flag.

tags/n0.11
Clément Bœsch 13 years ago
parent
commit
c6bbe3c2a7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/examples/Makefile

+ 1
- 1
doc/examples/Makefile View File

@@ -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))



Loading…
Cancel
Save