diff libmpcodecs/Makefile @ 5607:1972c3475d93

mp_image.h and img_format.h moved to libmpcodecs
author arpi
date Sat, 13 Apr 2002 19:14:34 +0000
parents 5f4485862a72
children 4a042adc5bd1
line wrap: on
line diff
--- a/libmpcodecs/Makefile	Sat Apr 13 18:23:23 2002 +0000
+++ b/libmpcodecs/Makefile	Sat Apr 13 19:14:34 2002 +0000
@@ -18,7 +18,7 @@
 VIDEO_SRCS += vd_ijpg.c
 endif
 
-SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS)
+SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c
 OBJS=$(SRCS:.c=.o)
 
 SRCS2=$(ENCODER_SRCS)