- Update to 0.138 git c628e3b (stable branch) and bootstrap for new ffmpeg.el8
parent
f28863508d
commit
e5ef954e44
@ -1 +1 @@
|
||||
x264-0.136-20131005-3361d59.tar.bz2
|
||||
x264-0.138-20131030-c628e3b.tar.bz2
|
||||
|
@ -1 +1 @@
|
||||
eb391d91d364f24c06bef27329ca3de1 x264-0.136-20131005-3361d59.tar.bz2
|
||||
3949edd82cd13e020112bb04a23646da x264-0.138-20131030-c628e3b.tar.bz2
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- x264-stable-20120616/configure.orig 2012-06-25 21:18:18.324187703 +0100
|
||||
+++ x264-stable-20120616/configure 2012-06-25 21:19:19.312886154 +0100
|
||||
@@ -904,7 +904,7 @@ if [ "$gpac" = "auto" ] ; then
|
||||
fi
|
||||
if [ "$gpac" = "yes" ] ; then
|
||||
define HAVE_GPAC
|
||||
- if cc_check gpac/isomedia.h "-Werror $GPAC_LIBS" "gf_malloc(1); gf_free(NULL);" ; then
|
||||
+ if cc_check gpac/isomedia.h "-Werror $GPAC_LIBS" "void *p; p = gf_malloc(1); gf_free(p);" ; then
|
||||
define HAVE_GF_MALLOC
|
||||
fi
|
||||
LDFLAGSCLI="$GPAC_LIBS $LDFLAGSCLI"
|
Loading…
Reference in new issue