From 459ac481e85833550470d231ae4749a138146614 Mon Sep 17 00:00:00 2001 From: Anton Mitrofanov Date: Thu, 28 Jul 2011 00:26:27 +0400 Subject: [PATCH] Move X264_VERSION / X264_POINTVER from config.h to x264_config.h This makes them available to external programs as part of the public API. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 5dc26749..dc1179e3 100755 --- a/configure +++ b/configure @@ -1054,7 +1054,7 @@ fi echo "LDFLAGSCLI = $LDFLAGSCLI" >> config.mak echo "CLI_LIBX264 = $CLI_LIBX264" >> config.mak -./version.sh >> config.h +./version.sh >> x264_config.h pclibs="-L$libdir -lx264 $libpthread" @@ -1066,7 +1066,7 @@ includedir=$includedir Name: x264 Description: H.264 (MPEG4 AVC) encoder library -Version: $(grep POINTVER < config.h | sed -e 's/.* "//; s/".*//') +Version: $(grep POINTVER < x264_config.h | sed -e 's/.* "//; s/".*//') Libs: $pclibs Cflags: -I$includedir EOF -- 2.40.0