]> git.sesse.net Git - vlc/blobdiff - extras/contrib/src/Makefile
* Don't build x264 application because it uses getopt which is not available under...
[vlc] / extras / contrib / src / Makefile
index c7e5e29e969d5a3910d6fcf448ae860a4459e749..7b1a3e018d421d8e8d0444aae8a86565b7c5ea0d 100644 (file)
@@ -928,7 +928,8 @@ x264-$(X264_VERSION).tar.gz:
 
 x264: x264-$(X264_VERSION).tar.gz
        $(EXTRACT_GZ)
-
+       patch -p 0 < Patches/x264.patch
+       rm x264/x264.c
 
 .x264: x264
        (cd $<; ./configure --enable-pthread --prefix=$(PREFIX) && make && make install)