summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorSlavik Gnatenko <miracle9@newmail.ru>2003-03-11 12:09:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-11 12:09:13 +0000
commit69db4e10f27abe4d3a7036d5cdb29e1f9745c7a4 (patch)
treecc6816441950e87fe37d22dc37ea1dd25e0995d6 /libavformat/Makefile
parentdf99755bda623b8619476697d12eaab3f5af61c3 (diff)
restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
Originally committed as revision 1663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 94de787bcb..a185e880ca 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -67,9 +67,7 @@ all: $(LIB)
$(LIB): $(OBJS) $(PPOBJS)
rm -f $@
$(AR) rc $@ $(OBJS) $(PPOBJS)
-ifneq ($(CONFIG_OS2),yes)
$(RANLIB) $@
-endif
depend: $(SRCS)
$(CC) -MM $(CFLAGS) $^ 1>.depend