diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-12-11 01:04:01 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-12-11 01:04:01 +0000 |
commit | c4d3c6409602743cc9c40f972fa37eae293283c5 (patch) | |
tree | 76c1fa28835584def61d332784b270142208dbed /src | |
parent | 1e80044eedd60d6521235c2bfe865e1956cb9cb8 (diff) | |
download | xine-lib-c4d3c6409602743cc9c40f972fa37eae293283c5.tar.gz xine-lib-c4d3c6409602743cc9c40f972fa37eae293283c5.tar.bz2 |
Avoiding filesystem clashes with libxine0 (0.9.13)
=> you can install xine-lib 0.9.13, gnome-xine 0.1, xine-lib 1-beta*,
xine-ui 0.9.15 in that order and both applications will work
=> distributions can have libxine0 and libxine1 binary packages (not the
-dev/-devel) packages installed inparallel for a smooth upgrade path
I can't get rid of the feeling that I have broken something here...
CVS patchset: 3479
CVS date: 2002/12/11 01:04:01
Diffstat (limited to 'src')
-rw-r--r-- | src/xine-engine/xineintl.h.in (renamed from src/xine-engine/xineintl.h) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/xineintl.h b/src/xine-engine/xineintl.h.in index a95168499..4586b3045 100644 --- a/src/xine-engine/xineintl.h +++ b/src/xine-engine/xineintl.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineintl.h,v 1.7 2002/10/29 17:19:49 jkeil Exp $ + * $Id: xineintl.h.in,v 1.1 2002/12/11 01:04:01 siggi Exp $ * */ @@ -32,7 +32,7 @@ extern "C" { #ifdef ENABLE_NLS # include <libintl.h> -# define _(String) dgettext ("xine-lib", String) +# define _(String) dgettext ("@LIBNAME@", String) # ifdef gettext_noop # define N_(String) gettext_noop (String) # else |