Mercurial > mplayer.hg
view libmpcodecs/ae_pcm.h @ 22741:edaeb008ba93
Add explicit SDL include path. This should allow compilation even when
MPlayer was configured without SDL support. Change the Makefile accordingly.
author | diego |
---|---|
date | Tue, 20 Mar 2007 01:20:57 +0000 |
parents | e84a6ae9d51e |
children | 3f0d00abc073 |
line wrap: on
line source
#ifndef __AE_PCM_H_ #define __AE_PCM_H_ #include "ae.h" int mpae_init_pcm(audio_encoder_t *encoder); #endif