diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-02 00:21:41 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-02 00:21:41 +0000 |
| commit | 3c7b2fa3c7f6640434d64ccfdb72ef77333f40e0 (patch) | |
| tree | f60bf11997f1a552c655e02e63ccfea1a2f4335b /src/video_out/Makefile.am | |
| parent | e37643a0929038587a8517a266c4f20806542788 (diff) | |
| download | xine-lib-3c7b2fa3c7f6640434d64ccfdb72ef77333f40e0.tar.gz xine-lib-3c7b2fa3c7f6640434d64ccfdb72ef77333f40e0.tar.bz2 | |
Add a header file for some strings shared between the Xv-using plugins.
Diffstat (limited to 'src/video_out/Makefile.am')
| -rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 3b5703792..c1d142263 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -12,7 +12,7 @@ endif EXTRA_DIST = video_out_directx.c video_out_macosx.m -noinst_HEADERS = yuv2rgb.h x11osd.h xcbosd.h +noinst_HEADERS = yuv2rgb.h x11osd.h xcbosd.h xv_common.h if HAVE_X11 X11OSD = x11osd.c |
