diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2004-10-16 11:08:49 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2004-10-16 11:08:49 +0000 |
commit | f7599d5ff0ba61c7281e59f1e41ab1441446ba42 (patch) | |
tree | 0e9b3cf68edcc01a53ee009345eeadc33593b1f7 /Makefile | |
parent | b2a2197e71b2287647ad4d79cf5b20d6096887b7 (diff) | |
download | ffmpeg-f7599d5ff0ba61c7281e59f1e41ab1441446ba42.tar.gz |
cws2fws, utility to convert compressed flash files to uncompressed ones, which can be than played back with ffplay. note: this doesn't gets compiled automatically
Originally committed as revision 3598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -112,6 +112,9 @@ output_example$(EXESUF): output_example.o .libs qt-faststart$(EXESUF): qt-faststart.c $(CC) $(SRC_PATH)/qt-faststart.c -o qt-faststart$(EXESUF) +cws2fws$(EXESUF): cws2fws.c + $(CC) $(SRC_PATH)/cws2fws.c -o cws2fws$(EXESUF) -lz + ffplay.o: ffplay.c $(CC) $(CFLAGS) $(SDL_CFLAGS) -c -o $@ $< |