patch-configure 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. --- ffmpeg-0.5.orig/configure 2009-03-01 18:57:14.000000000 +0100
  2. +++ ffmpeg-0.5/configure 2009-06-12 23:27:05.000000000 +0200
  3. @@ -2486,51 +2486,6 @@ cmp -s $TMPH config.h &&
  4. rm -f $TMPC $TMPE $TMPH $TMPO $TMPS $TMPSH
  5. -# build tree in object directory if source path is different from current one
  6. -if enabled source_path_used; then
  7. - DIRS="\
  8. - doc \
  9. - libavcodec \
  10. - libavcodec/alpha \
  11. - libavcodec/arm \
  12. - libavcodec/bfin \
  13. - libavcodec/mlib \
  14. - libavcodec/ppc \
  15. - libavcodec/sh4 \
  16. - libavcodec/sparc \
  17. - libavcodec/x86 \
  18. - libavdevice \
  19. - libavfilter \
  20. - libavformat \
  21. - libavutil \
  22. - libpostproc \
  23. - libswscale \
  24. - tests \
  25. - tools \
  26. - vhook \
  27. - "
  28. - FILES="\
  29. - Makefile \
  30. - common.mak \
  31. - subdir.mak \
  32. - doc/texi2pod.pl \
  33. - libavcodec/Makefile \
  34. - libavdevice/Makefile \
  35. - libavfilter/Makefile \
  36. - libavformat/Makefile \
  37. - libavutil/Makefile \
  38. - libpostproc/Makefile \
  39. - libswscale/Makefile \
  40. - "
  41. - for dir in $DIRS ; do
  42. - mkdir -p $dir
  43. - done
  44. - for f in $FILES ; do
  45. - $ln_s "$source_path/$f" $f
  46. - done
  47. -fi
  48. -
  49. -
  50. # build pkg-config files
  51. pkgconfig_generate(){