]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpc.h
fix compilation with GCC-4.3+
[ffmpeg] / libavcodec / mpc.h
index 304013554a4eaa7884ce14886d9b8d5e4335bca6..038c34f20aa32635874842820c3f7734af4c7990 100644 (file)
@@ -74,7 +74,7 @@ typedef struct {
     DECLARE_ALIGNED_16(int32_t, sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT]);
 } MPCContext;
 
-extern void ff_mpc_init();
-extern void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst);
+void ff_mpc_init();
+void ff_mpc_dequantize_and_synth(MPCContext *c, int maxband, void *dst);
 
 #endif /* AVCODEC_MPC_H */