[FFmpeg-devel] 'make install' was broken with r9776, diego, cosmetics, Use uppercase names...

Pieter du Preez mplayer
Sun Jul 22 18:00:40 CEST 2007


Hi,

The following commit on ./configure, broke 'make install':

r9776 | diego | 2007-07-21 20:53:06 +0200 (Sat, 21 Jul 2007) | 2 lines

cosmetics: Use uppercase names for installation directories in makefiles.

My 'uname -a' is:
Linux xxx.xxx.xxx 2.6.22.1 #3 SMP PREEMPT Thu Jul 12 23:09:55 CEST 2007 x86_64 GNU/Linux

Here is a patch to fix it:

Index: configure
===================================================================
--- configure   (revision 9777)
+++ configure   (working copy)
@@ -872,7 +872,7 @@
 SLIBNAME_WITH_MAJOR='$(SLIBNAME).$(LIBMAJOR)'
 EXESUF=""
 BUILDSUF=""
-LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(libdir)/$(LIB)"'
+LIB_INSTALL_EXTRA_CMD='$(RANLIB) "$(LIBDIR)/$(LIB)"'
 
 # find source path
 source_path="`dirname \"$0\"`"

Regards
--
Pieter




More information about the ffmpeg-devel mailing list