From 927210800c595524596223991abb8db2753f24a0 Mon Sep 17 00:00:00 2001 From: pl Date: Sun, 18 Nov 2001 18:58:03 +0000 Subject: ao_mpegpes isn't really optional git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2978 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libao2/Makefile b/libao2/Makefile index e7e33eb726..b0b8d2a96d 100644 --- a/libao2/Makefile +++ b/libao2/Makefile @@ -4,7 +4,7 @@ include config.mak LIBNAME = libao2.a # TODO: moveout ao_sdl.c so it's only used when SDL is detected -SRCS=afmt.c audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS) +SRCS=afmt.c audio_out.c ao_null.c ao_pcm.c ao_mpegpes.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o) CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC) -- cgit v1.2.3