[MPlayer-cvslog] r37422 - trunk/configure
michael
subversion at mplayerhq.hu
Mon Jun 22 23:03:38 CEST 2015
Author: michael
Date: Mon Jun 22 23:03:38 2015
New Revision: 37422
Log:
Disable HAP encoder and enable CONFIG_SNAPPY to avoid breaking build
HAP-encoder needs libsnappy to be linked in
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Mon Jun 22 21:39:29 2015 (r37421)
+++ trunk/configure Mon Jun 22 23:03:38 2015 (r37422)
@@ -1581,7 +1581,7 @@ libavprotocols=$(echo $libavprotocols_al
libavfilters=$(echo $libavfilters_all)
libavdecoders=$(filter_out_component decoder 'LIB[A-Z0-9_]* H264_QSV H264_MMAL')
-libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* H264_QSV NVENC[A-Z0-9_]* H264_NVENC[A-Z0-9_]* HEVC_NVENC[A-Z0-9_]*')
+libavencoders=$(filter_out_component encoder 'LIB[A-Z0-9_]* H264_QSV NVENC[A-Z0-9_]* H264_NVENC[A-Z0-9_]* HEVC_NVENC[A-Z0-9_]* HAP')
libavdemuxers=$(filter_out_component demuxer 'AVISYNTH LIB[A-Z0-9_]* REDIR')
libavmuxers=$(filter_out_component muxer 'LIB[A-Z0-9_]* RTP RTSP SAP')
libavprotocols=$(filter_out_component protocol 'BLURAY FFRTMPCRYPT HTTPS LIB[A-Z0-9_]* TLS TLS_GNUTLS TLS_OPENSSL TLS_SECURETRANSPORT')
@@ -8624,6 +8624,7 @@ CONFIG_RIFFDEC = yes
CONFIG_RIFFENC = yes
CONFIG_RTPENC_CHAIN = yes
CONFIG_SINEWIN = yes
+CONFIG_SNAPPY = yes
CONFIG_STARTCODE = yes
CONFIG_TEXTUREDSP = yes
CONFIG_VIDEODSP = yes
@@ -9265,6 +9266,7 @@ $def_gnutls
#define CONFIG_RDFT 1
#define CONFIG_RIFFDEC 1
#define CONFIG_RIFFENC 1
+#define CONFIG_SNAPPY 1
#define CONFIG_STARTCODE 1
#define CONFIG_TEXTUREDSP 1
#define CONFIG_VIDEODSP 1
More information about the MPlayer-cvslog
mailing list