LoginSignup
1
1

More than 3 years have passed since last update.

Debian Wheezy(armhf)でhandbrakeをビルドする

Last updated at Posted at 2014-09-10

コンパイル作業に必要なパッケージのインストール

ここを参照

yasm1.3.0のコンパイル・インストール

wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz
tar zxvf yasm-1.3.0.tar.gz
cd yasm-1.3.0
./configure
make
make install

handbrake 0.9.9.1のコンパイル・インストール

最新のtrunkリポジトリでは、x265のサポートが入っておりコンパイルに失敗する。
x264エンコードができればよいので、tagsから0.9.9.1を取得する。
bash
svn co svn://svn.handbrake.fr/HandBrake/tags/0.9.9.1 handbrake
cd hanrbrake
./configure --launch --disable-gtk
cd build
make install

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1