changeset 5899:290812aa9bd5 libavcodec

remove useless #ifdef
author michael
date Fri, 09 Nov 2007 22:03:12 +0000
parents 9022754a5fa5
children 4a3dc304e623
files dsputil.c
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/dsputil.c	Fri Nov 09 21:58:50 2007 +0000
+++ b/dsputil.c	Fri Nov 09 22:03:12 2007 +0000
@@ -2561,14 +2561,10 @@
 }
 #endif /* CONFIG_VC1_DECODER||CONFIG_WMV3_DECODER */
 
-#if defined(CONFIG_WMV2_DECODER) || defined(CONFIG_VC1_DECODER) || defined(CONFIG_WMV3_DECODER)
 void ff_intrax8dsp_init(DSPContext* c, AVCodecContext *avctx);
-#endif
-
-#if defined(CONFIG_H264_ENCODER)
+
 /* H264 specific */
 void ff_h264dspenc_init(DSPContext* c, AVCodecContext *avctx);
-#endif /* CONFIG_H264_ENCODER */
 
 static void wmv2_mspel8_v_lowpass(uint8_t *dst, uint8_t *src, int dstStride, int srcStride, int w){
     uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;