[vlc-commits] Temporarily fix build until a better way is found

Denis Charmet git at videolan.org
Sat Oct 19 20:14:08 CEST 2013


vlc | branch: master | Denis Charmet <typx at dinauz.org> | Sat Oct 19 20:13:24 2013 +0200| [6e49748fe012cd1581524a5fe8fb6003a196487b] | committer: Denis Charmet

Temporarily fix build until a better way is found

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e49748fe012cd1581524a5fe8fb6003a196487b
---

 modules/codec/avcodec/fourcc.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/modules/codec/avcodec/fourcc.c b/modules/codec/avcodec/fourcc.c
index 0b7a7b4..6059739 100644
--- a/modules/codec/avcodec/fourcc.c
+++ b/modules/codec/avcodec/fourcc.c
@@ -61,8 +61,9 @@ static const struct
 
     { VLC_CODEC_SVQ1, AV_CODEC_ID_SVQ1, VIDEO_ES },
     { VLC_CODEC_SVQ3, AV_CODEC_ID_SVQ3, VIDEO_ES },
-
+#ifdef AV_CODEC_ID_H265
     { VLC_CODEC_HEVC, AV_CODEC_ID_HEVC, VIDEO_ES },
+#endif
     { VLC_CODEC_H264, AV_CODEC_ID_H264, VIDEO_ES },
     { VLC_CODEC_H263, AV_CODEC_ID_H263, VIDEO_ES },
     { VLC_CODEC_H263I, AV_CODEC_ID_H263I,VIDEO_ES },



More information about the vlc-commits mailing list