Changeset 244601ee1e5157c478bd818b49de6765bf393397

Show
Ignore:
Timestamp:
29/02/08 18:04:45 (7 months ago)
Author:
Faustino Osuna <riquedafreak@videolan.org>
git-committer:
Faustino Osuna <riquedafreak@videolan.org> 1204304685 +0000
git-parent:

[791b8caafd1957bfb1ac4a6defb188bb499adf54]

git-author:
Faustino Osuna <riquedafreak@videolan.org> 1204304685 +0000
Message:

Fix previous commit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/codec/ffmpeg/demux.c

    r791b8ca r244601e  
    5050 
    5151/* Version checking */ 
    52 #if defined(HAVE_LIBSWSCALE_SWSCALE_H) || defined(HAVE_LIBSWSCALE_SWSCALE_H)  || defined(HAVE_FFMPEG_SWSCALE_H) || defined(HAVE_LIBSWSCALE_TREE) 
     52#if defined(HAVE_FFMPEG_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_AVFORMAT_H) || defined(HAVE_LIBAVFORMAT_TREE) 
    5353 
    5454/*****************************************************************************