[MPlayer-cvslog] r38128 - trunk/configure

al subversion at mplayerhq.hu
Mon Apr 15 23:04:09 EEST 2019


Author: al
Date: Mon Apr 15 23:04:09 2019
New Revision: 38128

Log:
configure: Fix reading the branch control file for FFmpeg

The file tested against and the read file didn't match since
the feature was initially committed in SVN r36946 .

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Mon Apr 15 19:14:03 2019	(r38127)
+++ trunk/configure	Mon Apr 15 23:04:09 2019	(r38128)
@@ -1505,7 +1505,7 @@ if test -e ffmpeg/.svn ; then
 fi
 
 FFBRANCH=master
-test -e FFBRANCH && FFBRANCH=$(cat FFMPEG_BRANCH)
+test -e FFBRANCH && FFBRANCH=$(cat FFBRANCH)
 
 if test -e ffmpeg/mp_auto_pull ; then
     echo "Updating FFmpeg, (re)move ffmpeg/mp_auto_pull to disable"


More information about the MPlayer-cvslog mailing list