diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2001-07-19 20:46:37 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2001-07-19 20:46:37 +0000 |
commit | 1b58d58ddaf8a8c766a0353885ff504babed0453 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /libav/Makefile | |
parent | 3089828607baa0511f0873f54372aedd62608e53 (diff) | |
download | ffmpeg-1b58d58ddaf8a8c766a0353885ff504babed0453.tar.gz |
removing old files
Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav/Makefile')
-rw-r--r-- | libav/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libav/Makefile b/libav/Makefile deleted file mode 100644 index 6664e870cb..0000000000 --- a/libav/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -CFLAGS= -O2 -Wall -g -LDFLAGS= -g - -OBJS= common.o mpegvideo.o h263enc.o jrevdct.o jfdctfst.o \ - mpegaudio.o ac3enc.o mjpegenc.o resample.o -LIB= libav.a - -all: $(LIB) - -$(LIB): $(OBJS) - ar rcs $@ $(OBJS) - -%.o: %.c - gcc $(CFLAGS) -c -o $@ $< - -clean: - rm -f *.o *~ *.a |