From e4158eafadc374d069f8b782fa93ccd54f99679f Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 16 Oct 2005 10:12:34 +0000 Subject: [PATCH] define PACKAGE Original commit message from CVS: define PACKAGE --- win32/common/config.h | 2 +- win32/common/config.h.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/common/config.h b/win32/common/config.h index 8bcf14a7bb..7459caeb83 100644 --- a/win32/common/config.h +++ b/win32/common/config.h @@ -175,7 +175,7 @@ #define LOCALEDIR PREFIX "\\share\\locale" /* Name of package */ -#undef PACKAGE +#define PACKAGE "gstreamer" /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT diff --git a/win32/common/config.h.in b/win32/common/config.h.in index ee1ed2f0eb..863f263bb9 100644 --- a/win32/common/config.h.in +++ b/win32/common/config.h.in @@ -175,7 +175,7 @@ #define LOCALEDIR PREFIX "\\share\\locale" /* Name of package */ -#undef PACKAGE +#define PACKAGE "@PACKAGE@" /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT