* fix avcodecbuild# prob with h.261

This commit is contained in:
Derk-Jan Hartman 2004-08-01 14:46:13 +00:00
parent 7b9761c388
commit 246603bc8a

View File

@ -500,8 +500,10 @@ static struct
{ VLC_FOURCC('F','L','V','1'), CODEC_ID_FLV1,
VIDEO_ES, "Flash Video" },
#if LIBAVCODEC_BUILD > 4716
{ VLC_FOURCC('H','2','6','1'), CODEC_ID_H261,
VIDEO_ES, "H.261" },
#endif
#if LIBAVCODEC_BUILD > 4680
{ VLC_FOURCC('F','L','I','C'), CODEC_ID_FLIC,