]> git.sesse.net Git - vlc/blobdiff - src/stream_output/profiles.c
Don't include config.h from the headers - refs #297.
[vlc] / src / stream_output / profiles.c
index c148f137285e611857e1718840aa89c0468d5038..8cc975d759bfeb75dfbc38db096fe3be899878e3 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc_streaming.h>
 #include <assert.h>