This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
doc/examples: add debug compilation flag.
tags/n0.11
Clément Bœsch
13 years ago
parent
06e4b98382
commit
c6bbe3c2a7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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))
Write
Preview
Loading…
Cancel
Save