From 2bea9b36a7e060e3ddcabdd6a2ad51cee54596e2 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 13 Apr 2002 19:14:34 +0000 Subject: mp_image.h and img_format.h moved to libmpcodecs git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5608 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo/Makefile') diff --git a/libvo/Makefile b/libvo/Makefile index 9a7d33cbf5..c621b9e294 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -3,7 +3,7 @@ include config.mak LIBNAME = libvo.a -SRCS=aspect.c aclib.c osd.c font_load.c spuenc.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c vo_yuv4mpeg.c $(OPTIONAL_SRCS) img_format.c sub.c +SRCS=aspect.c aclib.c osd.c font_load.c spuenc.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c vo_yuv4mpeg.c $(OPTIONAL_SRCS) sub.c OBJS=$(SRCS:.c=.o) ifeq ($(VIDIX),yes) -- cgit v1.2.3