diff options
| author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-28 13:53:03 +0000 |
|---|---|---|
| committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-05-28 13:53:03 +0000 |
| commit | b5829892b3fa0cd98ec81213624f1c530c8eadd8 (patch) | |
| tree | 7a7c08ab9882bb182e0cd122d16dc0c9da7b4030 /src/libffmpeg/Makefile.am | |
| parent | dd43be108587af6968dbec55b12aebcbd5ada49a (diff) | |
| download | xine-lib-b5829892b3fa0cd98ec81213624f1c530c8eadd8.tar.gz xine-lib-b5829892b3fa0cd98ec81213624f1c530c8eadd8.tar.bz2 | |
video_out_dxr3.h includes other stuff from the src/dxr3 directory, so there
should be an include path pointing there
CVS patchset: 4975
CVS date: 2003/05/28 13:53:03
Diffstat (limited to 'src/libffmpeg/Makefile.am')
| -rw-r--r-- | src/libffmpeg/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index 0ef516358..565982fc1 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -13,6 +13,7 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_ff.la if HAVE_DXR3 +AM_CPPFLAGS = -I$(top_srcdir)/src/dxr3 xineplug_decode_ff_la_SOURCES = xine_decoder.c xine_encoder.c # The dxr3 uses ffmpegs MPEG encoder by dlopen()ing the ffmpeg plugin and # dlsym()ing the necessary function. Therefore we must allow more exported |
