diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-29 18:36:36 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-29 18:36:36 +0000 |
commit | 81e86315a6966e172f4988f8925f830e01072c53 (patch) | |
tree | b15f4c911fa8f6eeeeced9dd92d91b31ad87fbd2 /src | |
parent | 392689a404398eb48005f519b187341fd1f91dec (diff) | |
download | xine-lib-81e86315a6966e172f4988f8925f830e01072c53.tar.gz xine-lib-81e86315a6966e172f4988f8925f830e01072c53.tar.bz2 |
Link the v4l2 plugin with libv4l2 (if required); use pkgconfig to locate it.
Diffstat (limited to 'src')
-rw-r--r-- | src/input/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 3c700ea46..1c34f9aaa 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -141,8 +141,8 @@ xineplug_inp_v4l_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) xineplug_inp_v4l_la_LDFLAGS = -avoid-version -module xineplug_inp_v4l2_la_SOURCES = input_v4l2.c -xineplug_inp_v4l2_la_LIBADD = $(XINE_LIB) $(ALSA_LIBS) -xineplug_inp_v4l2_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) +xineplug_inp_v4l2_la_LIBADD = $(XINE_LIB) $(ALSA_LIBS) $(LTLIBINTL) $(V4L2_LIBS) +xineplug_inp_v4l2_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) $(V4L2_CFLAGS) xineplug_inp_v4l2_la_LDFLAGS = -avoid-version -module xineplug_inp_gnome_vfs_la_SOURCES = input_gnome_vfs.c net_buf_ctrl.c |