projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2daf55
)
use CFLAGS when compiling qt-faststart, to enable largefile support
author
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Thu, 16 Mar 2006 00:15:30 +0000
(
00:15
+0000)
committer
Baptiste Coudurier
<baptiste.coudurier@gmail.com>
Thu, 16 Mar 2006 00:15:30 +0000
(
00:15
+0000)
Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index f3de82a94a29176ce55f43baf3ae42d14dd9ade9..fec6b84f878f9361d2111818f39a615a5d67f4b5 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-92,7
+92,7
@@
output_example$(EXESUF): output_example.o .libs
$(CC) $(LDFLAGS) -o $@ output_example.o $(FFLIBS) $(EXTRALIBS)
qt-faststart$(EXESUF): qt-faststart.c
- $(CC) $(SRC_PATH)/qt-faststart.c -o qt-faststart$(EXESUF)
+ $(CC) $(
CFLAGS) $(
SRC_PATH)/qt-faststart.c -o qt-faststart$(EXESUF)
cws2fws$(EXESUF): cws2fws.c
$(CC) $(SRC_PATH)/cws2fws.c -o cws2fws$(EXESUF) -lz