You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
388 B
11 lines
388 B
--- ./configure.orig 2015-10-21 19:24:34.933238254 +0100 |
|
+++ ./configure 2015-10-21 19:25:53.907124640 +0100 |
|
@@ -1236,7 +1236,7 @@ cat > x264_config.h << EOF |
|
#define X264_CHROMA_FORMAT $config_chroma_format |
|
EOF |
|
|
|
-${SRCPATH}/version.sh >> x264_config.h |
|
+cat ${SRCPATH}/version.h >> ${SRCPATH}/x264_config.h |
|
|
|
if [ "$cli_libx264" = "system" ] ; then |
|
if [ "$shared" = "yes" ]; then
|
|
|