0efea49
We now need to explicitly link to libraries that we use because we can no
0efea49
longer depend on our dependencies to pull them in for us.  See
0efea49
http://fedoraproject.org/wiki/UnderstandingDSOLinkChange
0efea49
0efea49
--- libdv-1.0.0/playdv/#Makefile.am~	2010-02-15 14:49:06.000000000 -0500
0efea49
+++ libdv-1.0.0/playdv/Makefile.am	2010-02-15 14:49:06.000000000 -0500
0efea49
@@ -15,4 +15,4 @@ bin_PROGRAMS= playdv
0efea49
 noinst_HEADERS=  display.h oss.h
0efea49
 
0efea49
 playdv_SOURCES= playdv.c display.c display.h oss.c
0efea49
-playdv_LDADD= $(SDL_LIBS) $(GTK_LIBS) $(XV_LIB) ../libdv/libdv.la $(POPT_LIB)
0efea49
+playdv_LDADD= $(SDL_LIBS) $(GTK_LIBS) $(XV_LIB) ../libdv/libdv.la $(POPT_LIB) -lX11 -lXext
38332bc
--- libdv-1.0.0/Makefile.orig.am	2006-08-06 22:10:42.000000000 +0200
38332bc
+++ libdv-1.0.0/Makefile.am	2016-08-01 12:31:11.622234099 +0200
38332bc
@@ -5,6 +5,7 @@
38332bc
 endif
38332bc
 
38332bc
 SUBDIRS                   = libdv encodedv $(gtk_subdirs)
38332bc
+ACLOCAL_AMFLAGS           = -I m4
38332bc
 
38332bc
 AUX_DIST                  = $(ac_aux_dir)/config.guess \
38332bc
                                    $(ac_aux_dir)/config.sub \