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