[FFmpeg-cvslog] avcodec/version: Add missing #endif
Derek Buitenhuis
git at videolan.org
Wed Jan 27 21:27:39 CET 2016
ffmpeg | branch: master | Derek Buitenhuis <derek.buitenhuis at gmail.com> | Wed Jan 27 20:27:25 2016 +0000| [5889bc16a4f62cd1d548acafbd446e87401cd5f8] | committer: Derek Buitenhuis
avcodec/version: Add missing #endif
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5889bc16a4f62cd1d548acafbd446e87401cd5f8
---
libavcodec/version.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 4962c50..07341a8 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -60,6 +60,7 @@
#endif
#ifndef FF_API_AVCODEC_RESAMPLE
#define FF_API_AVCODEC_RESAMPLE FF_API_AUDIO_CONVERT
+#endif
#ifndef FF_API_GETCHROMA
#define FF_API_GETCHROMA (LIBAVCODEC_VERSION_MAJOR < 58)
#endif
More information about the ffmpeg-cvslog
mailing list