Changeset 42

Show
Ignore:
Timestamp:
04/02/08 12:39:01 (5 months ago)
Author:
sip
Message:

Changes for latest ffmpeg svn

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • media/include/framescaler.h

    r7 r42  
    22#define _FRAMESCALER_H_ 
    33extern "C" { 
    4 #include <ffmpeg/swscale.h> 
     4#include <libswscale/swscale.h> 
    55} 
    66#include <config.h> 
  • media/include/logo.h

    r34 r42  
    22#define _LOGO_H_ 
    33extern "C" { 
    4 #include <ffmpeg/swscale.h> 
    5 #include <ffmpeg/avcodec.h> 
    6 #include <ffmpeg/avformat.h> 
     4#include <libswscale/swscale.h> 
     5#include <libavcodec/avcodec.h> 
     6#include <libavformat/avformat.h> 
    77} 
    88#include "config.h" 
Copyright 2006 - Sergio García Murillo
Powered by Trac - Edgewall Software