[MPlayer-cvslog] r37430 - trunk/configure
    rtogni 
    subversion at mplayerhq.hu
       
    Fri Jul 17 23:09:03 CEST 2015
    
    
  
Author: rtogni
Date: Fri Jul 17 23:09:03 2015
New Revision: 37430
Log:
Enable ffmpeg vp56dsp, vp8dsp, wmv2dsp.
Fixes compilation with latest ffmpeg.
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Fri Jul 17 22:47:03 2015	(r37429)
+++ trunk/configure	Fri Jul 17 23:09:03 2015	(r37430)
@@ -8637,7 +8637,10 @@ CONFIG_STARTCODE = yes
 CONFIG_TEXTUREDSP = yes
 CONFIG_VIDEODSP = yes
 CONFIG_VP3DSP  = yes
+CONFIG_VP56DSP = yes
+CONFIG_VP8DSP = yes
 CONFIG_WMA_FREQS = yes
+CONFIG_WMV2DSP = yes
 
 $mak_hardcoded_tables
 $mak_libavcodec_mpegaudio_hp
    
    
More information about the MPlayer-cvslog
mailing list