diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-12 19:14:23 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-10-12 19:14:23 +0000 |
commit | 17e4681cdfed4bd77c4efa04baca305fc4b7c653 (patch) | |
tree | 75d013d1f0f8fb631c683eaf60dd3f7b1cf748c7 /gst/gstconfig.h.in | |
parent | 2aaf1df98f8f8849d64923fdc84131b128bf5698 (diff) |
layout cleanup
Original commit message from CVS:
layout cleanup
Diffstat (limited to 'gst/gstconfig.h.in')
-rw-r--r-- | gst/gstconfig.h.in | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/gst/gstconfig.h.in b/gst/gstconfig.h.in index d3e5e3167..13483cdd1 100644 --- a/gst/gstconfig.h.in +++ b/gst/gstconfig.h.in @@ -19,19 +19,21 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ + /** * SECTION:gstconfig * @short_description: Build configuration options * * This describes the configuration options for GStreamer. When building - * GStreamer there are a lot of parts (known internally as "subsystems" ) that can - * be disabled for various reasons. The most common reasons are speed and size, - * which is important because GStreamer is designed to run on embedded systems. - * - * If a subsystem is disabled, most of this changes are done in an API compatible - * way, so you don't need to adapt your code in most cases. It is never done in an - * ABI compatible way though. So if you want to disable a suybsystem, you have to - * rebuild all programs depending on GStreamer, too. + * GStreamer there are a lot of parts (known internally as "subsystems" ) that + * can be disabled for various reasons. The most common reasons are speed and + * size, which is important because GStreamer is designed to run on embedded + * systems. + * + * If a subsystem is disabled, most of this changes are done in an API + * compatible way, so you don't need to adapt your code in most cases. It is + * never done in an ABI compatible way though. So if you want to disable a + * suybsystem, you have to rebuild all programs depending on GStreamer, too. * * If a subsystem is disabled in GStreamer, a value is defined in * <gst/gst.h>. You can check this if you do subsystem-specific stuff. @@ -48,7 +50,7 @@ #ifndef __GST_CONFIG_H__ #define __GST_CONFIG_H__ -/***** trick gtk-doc into believing these symbols are defined (yes, it's ugly) */ +/* trick gtk-doc into believing these symbols are defined (yes, it's ugly) */ #if 0 #define GST_DISABLE_LOADSAVE_REGISTRY 1 |