Show
Ignore:
Timestamp:
23/01/08 22:50:58 (10 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1201125058 +0000
git-parent:

[0b6978f870c6d3fcb4a4c84db00da702cc7bd951]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1201125058 +0000
Message:

Don't include config.h from the headers - refs #297.
Missing some cases that I could not test.
Also ffmpeg/chroma.c is locked, so I can but leave it broken.
Fix is for the remaining modules is obvious and the issue is easy to detect.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • test/native/url.c

    r0cd5cdd r99fab90  
    2121 
    2222#include "../pyunit.h" 
     23#ifdef HAVE_CONFIG_H 
     24# include "config.h" 
     25#endif 
     26 
    2327#include <vlc/vlc.h> 
    2428#include "vlc_url.h"