view libao2/Makefile @ 25808:c826db201135

Move Zoran video controller check after the libavcodec one. As _libavcodec_a is set to "auto" the zoran check used to always fail.
author iive
date Wed, 23 Jan 2008 14:08:59 +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