]> git.sesse.net Git - vlc/blobdiff - modules/misc/profile_parser.c
RTP/MPA: the standard frequency is 90kHz (MPEG PCR), oops
[vlc] / modules / misc / profile_parser.c
index 3393924ae5c966d6eceef5553a8bb884b7cc6a4f..0b602c4ccf4641c1ca80156e61736e7c0a87db02 100644 (file)
@@ -2,7 +2,7 @@
  * profile_parser.c : VLC Streaming Profile parser
  *****************************************************************************
  * Copyright (C) 2003-2006 the VideoLAN team
- * $Id: rtsp.c 16204 2006-08-03 16:58:10Z zorglub $
+ * $Id$
  *
  * Authors: Laurent Aimar <fenrir@via.ecp.fr>
  *          Gildas Bazin <gbazin@videolan.org>
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
-#include <vlc/vlc.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
+#include <vlc_plugin.h>
 #include <vlc_stream.h>
 #include <vlc_streaming.h>
 #include "vlc_xml.h"