[libdvdcss-devel] [PATCH] Fix broken Makefile causing build failure

Brad Smith brad at comstyle.com
Mon Mar 11 04:02:28 CET 2013


The 1.2.13 release went out with a broken Makefile due to a typo
in the automake file.


diff --git a/Makefile.am b/Makefile.am
index 25b08fd..5fd4853 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,7 +32,7 @@ libdvdcss_la_LDFLAGS = -version-info $(DVDCSS_LTVERSION) $(DVDCSS_LDFLAGS)
 libdvdcss_la_LIBADD =
 
 if !SYS_MSVC
-libdvdcss_la_LDFLAGS += = -no-undefined
+libdvdcss_la_LDFLAGS += -no-undefined
 endif
 
 csstest_SOURCES = test/csstest.c

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the libdvdcss-devel mailing list