Changeset 23efea7f9b70b91116cac5893f9efff10aae0e87

Show
Ignore:
Timestamp:
03/29/08 15:37:24 (3 months ago)
Author:
Mark Moriarty <mfmori@hotmail.com>
git-committer:
Mark Moriarty <mfmori@hotmail.com> 1206801444 -0400
git-parent:

[f11a132c4c66b8c1dce324578a5b2081a687d22c]

git-author:
Mark Moriarty <mfmori@hotmail.com> 1206800783 -0400
Message:

Makefile -- add ffmpeg win32 RTSP patch

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extras/contrib/src/Makefile

    r58ee1c5 r23efea7  
    10521052    (cd $@; patch -p0 < ../Patches/ffmpeg-macosx-intel-mmx.patch) 
    10531053endif 
     1054ifdef HAVE_WIN32 
     1055    (cd $@; patch -p0 < ../Patches/ffmpeg-svn-win32.patch) 
     1056endif 
    10541057ifdef NO_TEXT_RELOCATION 
    10551058    (cd $@; patch -p1 < ../Patches/ffmpeg-svn-mmx_removal-darwin9.patch)