summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Ciccani <klan@users.sourceforge.net>2007-01-21 15:12:21 +0000
committerClaudio Ciccani <klan@users.sourceforge.net>2007-01-21 15:12:21 +0000
commitf194e1555776dd8dd85e6fddde42ef6d1daf72c6 (patch)
tree57aba9ec5168dccc828b158065b0104988964441
parented8842bea5d4452e5aa011804353f7c04d13f48e (diff)
downloadxine-lib-f194e1555776dd8dd85e6fddde42ef6d1daf72c6.tar.gz
xine-lib-f194e1555776dd8dd85e6fddde42ef6d1daf72c6.tar.bz2
CONFIG_FLV1_DECODER should be CONFIG_FLV_DECODER.
CVS patchset: 8537 CVS date: 2007/01/21 15:12:21
-rw-r--r--src/libffmpeg/video_decoder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libffmpeg/video_decoder.c b/src/libffmpeg/video_decoder.c
index 3dabdf59c..446a6ca9e 100644
--- a/src/libffmpeg/video_decoder.c
+++ b/src/libffmpeg/video_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: video_decoder.c,v 1.68 2007/01/15 22:52:33 molivier Exp $
+ * $Id: video_decoder.c,v 1.69 2007/01/21 15:12:21 klan Exp $
*
* xine video decoder plugin using ffmpeg
*
@@ -1664,7 +1664,7 @@ static uint32_t supported_video_types[] = {
#ifdef CONFIG_VCR1_DECODER
BUF_VIDEO_ATIVCR1,
#endif
- #ifdef CONFIG_FLV1_DECODER
+ #ifdef CONFIG_FLV_DECODER
BUF_VIDEO_FLV1,
#endif
#ifdef CONFIG_QTRLE_DECODER