annotate libmpcodecs/ae_pcm.h @ 28907:ccbde3575f0a

Check for HAVE_EBX_AVAILABLE before enabling MMX code that needs the EBX register. Makes things a bit simpler for everyone who insists on compiling MPlayer as PIE-code.
author reimar
date Fri, 13 Mar 2009 17:12:40 +0000
parents 4129c8cfa742
children bbb6ebec87a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
1 #ifndef MPLAYER_AE_PCM_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
2 #define MPLAYER_AE_PCM_H
15234
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
3
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
4 #include "ae.h"
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
5
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
6 int mpae_init_pcm(audio_encoder_t *encoder);
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
7
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
8 #endif /* MPLAYER_AE_PCM_H */