diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-01-11 11:18:00 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-01-11 11:18:00 +0000 |
commit | 754cb2af91676b84d6d1445537f51117f3020bcf (patch) | |
tree | a93aa0e81d75cba062a53bd027033eef34e6ef4b /src/dxr3/dxr3.h | |
parent | abc9ca008ec8d7d3ac6eb3a0dbb3c2cea8906366 (diff) | |
download | xine-lib-754cb2af91676b84d6d1445537f51117f3020bcf.tar.gz xine-lib-754cb2af91676b84d6d1445537f51117f3020bcf.tar.bz2 |
resolve a Debian legal problem: xine-lib build should not depend on libdxr3-dev,
because it is not entirely free; therefore we include the em8300.h header in our
tree, because this is the only thing we need
Please note that the dxr3 plugins will now be built for everyone unless you
specify --disable-dxr3. But this should be no problem, since they detect dxr3
presence at runtime.
CVS patchset: 3866
CVS date: 2003/01/11 11:18:00
Diffstat (limited to 'src/dxr3/dxr3.h')
-rw-r--r-- | src/dxr3/dxr3.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dxr3/dxr3.h b/src/dxr3/dxr3.h index 2790a1809..da7bd9d09 100644 --- a/src/dxr3/dxr3.h +++ b/src/dxr3/dxr3.h @@ -17,13 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dxr3.h,v 1.5 2002/10/26 14:35:04 mroi Exp $ + * $Id: dxr3.h,v 1.6 2003/01/11 11:18:00 mroi Exp $ */ #ifndef HAVE_DXR3_H #define HAVE_DXR3_H -#include <linux/em8300.h> +#include "em8300.h" #include "xine_internal.h" |