diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-29 19:34:22 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-01-29 19:34:22 +0000 |
| commit | d7eebbd54d3883246d6ff8ba906846b57a1bfd92 (patch) | |
| tree | 16276c2141705c637527695e6770fcbbd08cdd6a /src/input/Makefile.am | |
| parent | a588599bd24399e45f82fcb19b6a28fb6537771f (diff) | |
| parent | 81e86315a6966e172f4988f8925f830e01072c53 (diff) | |
| download | xine-lib-d7eebbd54d3883246d6ff8ba906846b57a1bfd92.tar.gz xine-lib-d7eebbd54d3883246d6ff8ba906846b57a1bfd92.tar.bz2 | |
Merge from 1.1.
Diffstat (limited to 'src/input/Makefile.am')
| -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 c740351d6..608b7e68f 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -126,8 +126,8 @@ xineplug_inp_v4l_la_LIBADD = $(XINE_LIB) $(ALSA_LIBS) $(LTLIBINTL) xineplug_inp_v4l_la_CFLAGS = $(AM_CFLAGS) $(ALSA_CFLAGS) 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 = $(AM_CFLAGS) $(ALSA_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 |
