diff options
author | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-05-07 20:25:09 +0000 |
---|---|---|
committer | Ole André Vadla Ravnås <ole.andre.ravnas@tandberg.com> | 2008-05-07 20:25:09 +0000 |
commit | cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809 (patch) | |
tree | 8933119a4ee3f2f9251fcb7427ff90b216d2042d /win32/common | |
parent | b2aee5ef7612fa9adf9f69a5b984172886f7f0b3 (diff) | |
download | gst-plugins-bad-cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809.tar.gz gst-plugins-bad-cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809.tar.bz2 gst-plugins-bad-cfe9a2f6bbdf51325cd1e9d715df0c655ed7f809.zip |
win32/common/config.h.in: Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather use the real thing than h...
Original commit message from CVS:
* win32/common/config.h.in:
Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
use the real thing than having "???" unconditionally.
Diffstat (limited to 'win32/common')
-rw-r--r-- | win32/common/config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/common/config.h.in b/win32/common/config.h.in index a5be8d7c..40c6f517 100644 --- a/win32/common/config.h.in +++ b/win32/common/config.h.in @@ -14,9 +14,6 @@ /* Location of registry */ #define GST_CACHE_DIR PREFIX "\\var\\cache" -/* macro to use to show function name */ -#undef GST_FUNCTION - /* Defined if gcov is enabled to force a rebuild due to config.h changing */ #undef GST_GCOV_ENABLED |