diff h261.c @ 2408:a6e4da1c28ee libavcodec

Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)
author michael
date Mon, 03 Jan 2005 16:13:52 +0000
parents 26560d4fdb1f
children f67b63ed036d
line wrap: on
line diff
--- a/h261.c	Mon Jan 03 00:36:26 2005 +0000
+++ b/h261.c	Mon Jan 03 16:13:52 2005 +0000
@@ -1013,6 +1013,7 @@
     return 0;
 }
 
+#ifdef CONFIG_ENCODERS
 AVCodec h261_encoder = {
     "h261",
     CODEC_TYPE_VIDEO,
@@ -1022,6 +1023,7 @@
     MPV_encode_picture,
     MPV_encode_end,
 };
+#endif
 
 AVCodec h261_decoder = {
     "h261",