summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authorpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-18 18:58:03 +0000
committerpl <pl@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-18 18:58:03 +0000
commit927210800c595524596223991abb8db2753f24a0 (patch)
tree7eaa78496e7e0c9e0c6f5f0e78ec76992428f4b6 /libao2
parent1bf0dd6b401cd0695003512322bd705546546098 (diff)
downloadmpv-927210800c595524596223991abb8db2753f24a0.tar.bz2
mpv-927210800c595524596223991abb8db2753f24a0.tar.xz
ao_mpegpes isn't really optional
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2978 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile2
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)