X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=afh.h;h=6dfd03ed0d89d15568fa2096ada83909531d5bab;hp=50c46eeecf740fe387f63e415781f31cd828de11;hb=d544360d5aef3afc27174777a6616f0393bba693;hpb=03900fe178fa1dc6b371424c8a96f91be52877e2 diff --git a/afh.h b/afh.h index 50c46eee..6dfd03ed 100644 --- a/afh.h +++ b/afh.h @@ -1,28 +1,11 @@ /* - * Copyright (C) 2005-2009 Andre Noll + * Copyright (C) 2005-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file afh.h structures for audio format handling (para_server) */ -/** \cond */ -#ifdef HAVE_OGGVORBIS -#define OV_AUDIO_FORMAT " ogg" -#else -#define OV_AUDIO_FORMAT "" -#endif - -#ifdef HAVE_FAAD -#define AAC_AUDIO_FORMAT " aac" -#else -#define AAC_AUDIO_FORMAT "" -#endif - -#define SUPPORTED_AUDIO_FORMATS "mp3 " OV_AUDIO_FORMAT AAC_AUDIO_FORMAT " wma " - -/** \endcond */ - /** * The tags used by all audio format handlers. *