[MPlayer-cvslog] r38679 - trunk/configure

al subversion at mplayerhq.hu
Tue Apr 1 22:53:08 EEST 2025


Author: al
Date: Tue Apr  1 22:53:08 2025
New Revision: 38679

Log:
configure: Change default branch for internal FFmpeg

Default to release/7.1 as long as we haven't updated the code base
to work with FFmpeg libs after recent major bumps.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Apr  1 22:49:45 2025	(r38678)
+++ trunk/configure	Tue Apr  1 22:53:08 2025	(r38679)
@@ -1527,7 +1527,7 @@ if test -e ffmpeg/.svn ; then
     exit 1
 fi
 
-FFBRANCH=master
+FFBRANCH="release/7.1"
 test -e FFBRANCH && FFBRANCH=$(cat FFBRANCH)
 
 if test -e ffmpeg/mp_auto_pull ; then


More information about the MPlayer-cvslog mailing list