diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-03-16 00:15:30 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2006-03-16 00:15:30 +0000 |
commit | 95ca7c94e4c8e735b53be25b23510a1347615d4e (patch) | |
tree | 85699c06762e7171813d448da8610a3b721ca6f5 /Makefile | |
parent | e2daf554652a49ee917aab02ce67d2202e918e07 (diff) | |
download | ffmpeg-95ca7c94e4c8e735b53be25b23510a1347615d4e.tar.gz |
use CFLAGS when compiling qt-faststart, to enable largefile support
Originally committed as revision 5168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |