From 181d8a7f3abf0561aef91f2f5e9e7b1b8b4b836d Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 4 Feb 2009 20:41:09 +0000 Subject: [PATCH] Remove unused CONFIG_H264_ENCODER #define. Originally committed as revision 16993 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h264.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 8bbf84f2c2..e4e070aab6 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -86,10 +86,6 @@ #define CHROMA 1 #endif -#ifndef CONFIG_H264_ENCODER -#define CONFIG_H264_ENCODER 0 -#endif - #define EXTENDED_SAR 255 #define MB_TYPE_REF0 MB_TYPE_ACPRED //dirty but it fits in 16 bit