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
40 lines
2.0 KiB
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
# |
|
# Filename: package/.../transcode/transcode.conf |
|
# Copyright (C) 2006 The OpenSDE Project |
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
# |
|
# More information can be found in the files COPYING and README. |
|
# |
|
# This program is free software; you can redistribute it and/or modify |
|
# it under the terms of the GNU General Public License as published by |
|
# the Free Software Foundation; version 2 of the License. A copy of the |
|
# GNU General Public License can be found in the file COPYING. |
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
# newest ffmpeg does not define ffmpeg_version anymore, patch configure.in |
|
# and use libavcodec_version instead |
|
autogen=1 |
|
|
|
var_append confopt " " "--enable-netstream" |
|
var_append confopt " " "--enable-v4l" |
|
var_append confopt " " "--disable-iconv" |
|
|
|
pkginstalled ffmpeg && var_append confopt " " "--enable-libavcodec" |
|
pkginstalled libmpeg2 && var_append confopt " " "--enable-libmpeg2" |
|
pkginstalled avifile && var_append confopt " " "--enable-avifile" |
|
pkginstalled libdvdread && var_append confopt " " "--enable-libdvdread" |
|
pkginstalled lame && var_append confopt " " "--enable-lame" |
|
pkginstalled a52dec && var_append confopt " " "--enable-a52" |
|
pkginstalled libogg && var_append confopt " " "--enable-ogg" |
|
pkginstalled libvorbis && var_append confopt " " "--enable-vorbis" |
|
pkginstalled libtheora && var_append confopt " " "--enable-theora" |
|
pkginstalled mjpegtools && var_append confopt " " "--enable-mjpegtools" |
|
pkginstalled libdv && var_append confopt " " "--enable-libdv" |
|
pkginstalled libquicktime && var_append confopt " " "--enable-libquicktime" |
|
pkginstalled libxml && var_append confopt " " "--enable-libxml2" |
|
pkginstalled freetype && var_append confopt " " "--enable-freetype2" |
|
pkginstalled libsdl && var_append confopt " " "--enable-sdl" |
|
pkginstalled gtk+12 && var_append confopt " " "--enable-gtk" |
|
pkginstalled imagemagick && var_append confopt " " "--enable-imagemagick"
|
|
|