summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-05 03:01:11 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-05 03:01:11 +0000
commit38128eab95fac439f8aef702deb74b8a219dbee8 (patch)
tree291ef8a43557a95c07a202461bbf91879c1f905e /libao2/Makefile
parent9e418adf1e67d86fa5b12a9d71447b49f75236b2 (diff)
downloadmpv-38128eab95fac439f8aef702deb74b8a219dbee8.tar.bz2
mpv-38128eab95fac439f8aef702deb74b8a219dbee8.tar.xz
ao_mpegpes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2709 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/Makefile')
-rw-r--r--libao2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 07196ddbef..eaec3216e0 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=audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
+SRCS=audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)