view libao2/Makefile @ 25371:657c63d001ae

implemented frame selection for savage driver synchronized with vidix.sf.net r325
author ben
date Fri, 14 Dec 2007 18:38:08 +0000
parents 090ec2169aee
children
line wrap: on
line source

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