summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'libao2/Makefile')
-rw-r--r--libao2/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
deleted file mode 100644
index d6cf45ccee..0000000000
--- a/libao2/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-include ../config.mak
-
-LIBNAME_MPLAYER = libao2.a
-
-SRCS_MPLAYER = audio_out.c \
- ao_mpegpes.c \
- ao_null.c \
- ao_pcm.c \
- $(AO_SRCS) \
-
-include ../mpcommon.mak