[MPlayer-cvslog] r38473 - trunk/configure
    al 
    subversion at mplayerhq.hu
       
    Mon Apr 22 23:35:50 EEST 2024
    
    
  
Author: al
Date: Mon Apr 22 23:35:49 2024
New Revision: 38473
Log:
configure: Deal with a rename of an FFmpeg module
The module was renamed in FFmpeg commit 783734d979d3
Modified:
   trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Apr 22 22:40:27 2024	(r38472)
+++ trunk/configure	Mon Apr 22 23:35:49 2024	(r38473)
@@ -8960,7 +8960,9 @@ CONFIG_CABAC   = yes
 CONFIG_CBS     = yes
 CONFIG_CHROMAPRINT = no
 CONFIG_DCT     = yes
+# was renamed in FFmpeg from DOVI_RPU to CONFIG_DOVI_RPUDEC in commit 783734d979d3
 CONFIG_DOVI_RPU = yes
+CONFIG_DOVI_RPUDEC = yes
 CONFIG_DWT     = yes
 CONFIG_ERROR_RESILIENCE = yes
 CONFIG_EVCPARSE = yes
    
    
More information about the MPlayer-cvslog
mailing list