Changeset e189922f78a0ba1167b672dc06315bae3b1dea81

Show
Ignore:
Timestamp:
23/01/08 23:28:40 (10 months ago)
Author:
Christophe Mutricy <xtophe@videolan.org>
git-committer:
Christophe Mutricy <xtophe@videolan.org> 1201127320 +0000
git-parent:

[99fab9089e9e1709d9c3a4bc5ced0c137ac59134]

git-author:
Christophe Mutricy <xtophe@videolan.org> 1201127320 +0000
Message:

Missing from [24525]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/access/rtsp/real.h

    r462d2be re189922  
    2626#define HAVE_REAL_H 
    2727 
     28#ifdef HAVE_CONFIG_H  
     29# include "config.h"  
     30#endif 
     31 
     32 
    2833#include <stdlib.h> 
    2934#include <string.h> 
  • modules/codec/ffmpeg/chroma.c

    r73830e3 re189922  
    2525 * Preamble 
    2626 *****************************************************************************/ 
     27 
     28#ifdef HAVE_CONFIG_H 
     29# include "config.h" 
     30#endif 
     31 
    2732#include <vlc/vlc.h> 
    2833#include <vlc_vout.h>