diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-09-19 06:01:18 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-09-19 06:01:18 +0000 |
commit | 7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd (patch) | |
tree | a9fbf5d060b561dd9dccf6b96cc802111441b3ff /doc/man/en/man3/xine.h.3 | |
parent | f28b2a11a87ff7e1306087401c370cc720f0afa3 (diff) | |
download | xine-lib-7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd.tar.gz xine-lib-7fb9dc915cded39e8ad4bed49a14b0d6769ba5bd.tar.bz2 |
Updated cvscompile.sh to look for configure.ac
Replaced configure.in with configure.ac
Remove acconfig.h (Unnecessary with autoconf 2.52 or above)
Updated configure.ac to remove deprecated macros, upgraded
AC_DEFINE to include comments, merged in acconfig.h.
Combined libxine and libxineutils into one library. libxineutils
is created but not installed. Its statically linked into libxine.
Advanced libxine version from 0.2.0 to 1.0.0
Removed references for skins.
Plugins now installed to <libdir>/xine/plugins/$XINE_MAJOR.$XINE_MORE.
$XINE_SUB
Xine-config updated for new location of plugins
Sorted file lists in Makefile.am to make them more readable.
TODO: remove skins references from xine-config
CVS patchset: 2705
CVS date: 2002/09/19 06:01:18
Diffstat (limited to 'doc/man/en/man3/xine.h.3')
-rw-r--r-- | doc/man/en/man3/xine.h.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/man/en/man3/xine.h.3 b/doc/man/en/man3/xine.h.3 index 8ccf4642a..346708584 100644 --- a/doc/man/en/man3/xine.h.3 +++ b/doc/man/en/man3/xine.h.3 @@ -23,9 +23,6 @@ xine.h \- .in +1c .ti -1c -.RI "#define \fBXINE_SKINDIR\fP '/usr/local/share/xine/skins'" -.br -.ti -1c .RI "#define \fBXINE_BUILD_CC\fP 'gcc version 2.95.3 20010315 (release)'" .br .ti -1c @@ -515,9 +512,7 @@ API of XINE library. .PP .SH "DEFINE DOCUMENTATION" .PP -.SS "#define XINE_SKINDIR '/usr/local/share/xine/skins'" -.PP Skin file location .SH "AUTHOR" .PP -Generated automatically by Doxygen for XINE, A Free Video Player Project - API reference from the source code.
\ No newline at end of file +Generated automatically by Doxygen for XINE, A Free Video Player Project - API reference from the source code. |