view libao2/Makefile @ 25955:eff9e1b25743

-chapter is now handled uniformly calling demuxer_seek_chapter() instead of letting individual demuxers and stream readers do their nasty job
author nicodvb
date Mon, 11 Feb 2008 22:03:34 +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