Changeset f77ac5c87be84dcf2a19c4324b59e12ccba6b9f7

Show
Ignore:
Timestamp:
06/09/07 18:04:14 (1 year ago)
Author:
Jean-Baptiste Kempf <jb@videolan.org>
git-committer:
Jean-Baptiste Kempf <jb@videolan.org> 1189094654 +0000
git-parent:

[c38022814418359cf98be5fd60a2ab389a22e87a]

git-author:
Jean-Baptiste Kempf <jb@videolan.org> 1189094654 +0000
Message:

Contribs: don't disable network, since it breaks libavformat compilation, especially on Windaube.

Files:

Legend:

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

    r8f2310f rf77ac5c  
    10361036endif 
    10371037endif 
    1038     (cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" --enable-gpl --enable-pp --disable-vhook --disable-ffserver --disable-ffmpeg --disable-network --disable-ffplay && make && make install-libs install-headers) 
     1038    (cd $<; $(HOSTCC) ./configure $(FFMPEGCONF) --prefix=$(PREFIX) --extra-cflags="$(CFLAGS) $(FFMPEG_CFLAGS) -DRUNTIME_CPUDETECT" --extra-ldflags="$(LDFLAGS)" --enable-gpl --enable-pp --disable-vhook --disable-ffserver --disable-ffmpeg --disable-ffplay && make && make install-libs install-headers) 
    10391039    touch $@ 
    10401040