Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 477666 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
   _XEatData
   _XEatData
1
   _XReply
1
   _XReply
2
   _XFlush
2
   _XFlush
3
   _XReadPad
3
   _XReadPad
4
   XFree
4
   XFree
5
-- a/src/Makefile.am
5
++ b/src/Makefile.am
Lines 18-24 Link Here
18
18
19
libvdpau_la_LIBADD = \
19
libvdpau_la_LIBADD = \
20
    $(DLOPEN_LIBS) \
20
    $(DLOPEN_LIBS) \
21
    $(XEXT_LIBS)
21
    $(XEXT_LIBS) \
22
    $(X11_LIBS)
22
23
23
libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined
24
libvdpau_la_LDFLAGS = -version-info 1:0:0 -no-undefined
24
25

Return to bug 477666