[MPlayer-cvslog] r19519 - trunk/vidix/drivers/Makefile

diego subversion at mplayerhq.hu
Thu Aug 24 02:45:31 CEST 2006


Author: diego
Date: Thu Aug 24 02:45:31 2006
New Revision: 19519

Modified:
   trunk/vidix/drivers/Makefile

Log:
sis_vid.so should be created from more than one object.


Modified: trunk/vidix/drivers/Makefile
==============================================================================
--- trunk/vidix/drivers/Makefile	(original)
+++ trunk/vidix/drivers/Makefile	Thu Aug 24 02:45:31 2006
@@ -73,7 +73,7 @@
 	$(CC) -c $(VIDIX_CFLAGS) -o $@ $(basename $@).c
 
 sis_vid.so: sis_vid.o sis_bridge.o
-	$(CC) -shared $< $(VIDIX_LIBS) -Wl,-soname,$@ -o $@
+	$(CC) -shared $^ $(VIDIX_LIBS) -Wl,-soname,$@ -o $@
 
 unichrome_vid.o: unichrome_vid.c
 	$(CC) -c $(VIDIX_CFLAGS) -o $@ $<



More information about the MPlayer-cvslog mailing list