summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
blob: 41fa7fac1ab9fbf4a30e5978e5c8143ecc113ae1 (plain)
1
2
3
4
5
6
7
8
9
10
11
include ../config.mak

LIBNAME = libao2.a

SRCS=audio_out.c \
     ao_mpegpes.c \
     ao_null.c \
     ao_pcm.c \
     $(AO_SRCS) \

include ../mpcommon.mak