diff options
Diffstat (limited to 'libao2/Makefile')
-rw-r--r-- | libao2/Makefile | 11 |
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 |