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

Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 94-104 Link Here
94
#DEFS  += -DPATH_VIDEODEV_H=\"/usr/include/linux/videodev.h\"
94
#DEFS  += -DPATH_VIDEODEV_H=\"/usr/include/linux/videodev.h\"
95
95
96
# enable use of libzvbi
96
# enable use of libzvbi
97
#DEFS   += -DUSE_LIBZVBI
97
DEFS   += -DUSE_LIBZVBI
98
# enable use of VBI proxy via libzvbi (requires proxy branch of libzvbi)
98
# enable use of VBI proxy via libzvbi (requires proxy branch of libzvbi)
99
# (note proxy API is still subject to change as of March-2004)
99
# (note proxy API is still subject to change as of March-2004)
100
#DEFS   += -DUSE_VBI_PROXY
100
#DEFS   += -DUSE_VBI_PROXY
101
#ACQLIBS += -lzvbi -lpthread -lpng
101
ACQLIBS += -lzvbi -lpthread -lpng
102
#ACQLIBS += /tom/work/tv/cvs/x-ssh/vbi/src/.libs/libzvbi.a -lpthread -lpng
102
#ACQLIBS += /tom/work/tv/cvs/x-ssh/vbi/src/.libs/libzvbi.a -lpthread -lpng
103
103
104
# enable workarounds for linux saa7134 driver: up to version 0.2.6
104
# enable workarounds for linux saa7134 driver: up to version 0.2.6

Return to bug 135788