diff options
author | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-18 18:58:03 +0000 |
---|---|---|
committer | pl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-11-18 18:58:03 +0000 |
commit | 927210800c595524596223991abb8db2753f24a0 (patch) | |
tree | 7eaa78496e7e0c9e0c6f5f0e78ec76992428f4b6 | |
parent | 1bf0dd6b401cd0695003512322bd705546546098 (diff) |
ao_mpegpes isn't really optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2978 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | libao2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |