Ignore:
Timestamp:
Jan 19, 2011 1:39:51 PM (13 years ago)
Author:
dkearney
Message:

updating configure script to match configure.in that was previously committed
fixing ifdef typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/objects/RpVideo.c

    r2051 r2052  
    705705                    global_video_pkt_pts = packet.pts;
    706706
    707 #if FFMPEG_AVCODEC_H
     707#ifdef FFMPEG_AVCODEC_H
    708708                    // old avcodec decode video function
    709709                    avcodec_decode_video(vcodecCtx, vidPtr->pFrameYUV,
Note: See TracChangeset for help on using the changeset viewer.