459a8d
We now need to explicitly link to libraries that we use because we can no
459a8d
longer depend on our dependencies to pull them in for us.  See
459a8d
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
459a8d
459a8d
--- libdv-1.0.0/playdv/#Makefile.am~	2010-02-15 14:49:06.000000000 -0500
459a8d
+++ libdv-1.0.0/playdv/Makefile.am	2010-02-15 14:49:06.000000000 -0500
459a8d
@@ -15,4 +15,4 @@ bin_PROGRAMS= playdv
459a8d
 noinst_HEADERS=  display.h oss.h
459a8d
 
459a8d
 playdv_SOURCES= playdv.c display.c display.h oss.c
459a8d
-playdv_LDADD= $(SDL_LIBS) $(GTK_LIBS) $(XV_LIB) ../libdv/libdv.la $(POPT_LIB)
459a8d
+playdv_LDADD= $(SDL_LIBS) $(GTK_LIBS) $(XV_LIB) ../libdv/libdv.la $(POPT_LIB) -lX11 -lXext