OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
2.0 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../transcode/transcode.conf
  5. # Copyright (C) 2006 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This program is free software; you can redistribute it and/or modify
  11. # it under the terms of the GNU General Public License as published by
  12. # the Free Software Foundation; version 2 of the License. A copy of the
  13. # GNU General Public License can be found in the file COPYING.
  14. # --- SDE-COPYRIGHT-NOTE-END ---
  15. # newest ffmpeg does not define ffmpeg_version anymore, patch configure.in
  16. # and use libavcodec_version instead
  17. autogen=1
  18. var_append confopt " " "--enable-netstream"
  19. var_append confopt " " "--enable-v4l"
  20. var_append confopt " " "--disable-iconv"
  21. pkginstalled ffmpeg && var_append confopt " " "--enable-libavcodec"
  22. pkginstalled libmpeg2 && var_append confopt " " "--enable-libmpeg2"
  23. pkginstalled avifile && var_append confopt " " "--enable-avifile"
  24. pkginstalled libdvdread && var_append confopt " " "--enable-libdvdread"
  25. pkginstalled lame && var_append confopt " " "--enable-lame"
  26. pkginstalled a52dec && var_append confopt " " "--enable-a52"
  27. pkginstalled libogg && var_append confopt " " "--enable-ogg"
  28. pkginstalled libvorbis && var_append confopt " " "--enable-vorbis"
  29. pkginstalled libtheora && var_append confopt " " "--enable-theora"
  30. pkginstalled mjpegtools && var_append confopt " " "--enable-mjpegtools"
  31. pkginstalled libdv && var_append confopt " " "--enable-libdv"
  32. pkginstalled libquicktime && var_append confopt " " "--enable-libquicktime"
  33. pkginstalled libxml && var_append confopt " " "--enable-libxml2"
  34. pkginstalled freetype && var_append confopt " " "--enable-freetype2"
  35. pkginstalled libsdl && var_append confopt " " "--enable-sdl"
  36. pkginstalled gtk+12 && var_append confopt " " "--enable-gtk"
  37. pkginstalled imagemagick && var_append confopt " " "--enable-imagemagick"