changeset 83:5e7f9b16e0a8 libavformat

restoring OS/2 compatibility patch by ("Slavik Gnatenko" <miracle9 at newmail dot ru>)
author michaelni
date Tue, 11 Mar 2003 12:09:13 +0000
parents 33753bc4869e
children 0068a6902911
files Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Tue Mar 11 02:03:40 2003 +0000
+++ b/Makefile	Tue Mar 11 12:09:13 2003 +0000
@@ -67,9 +67,7 @@
 $(LIB): $(OBJS) $(PPOBJS)
 	rm -f $@
 	$(AR) rc $@ $(OBJS) $(PPOBJS)
-ifneq ($(CONFIG_OS2),yes)
 	$(RANLIB) $@
-endif
 
 depend: $(SRCS)
 	$(CC) -MM $(CFLAGS) $^ 1>.depend