01_libdts.amd64.dpatch

来自「ffmpeg源码分析」· DPATCH 代码 · 共 29 行

DPATCH
29
字号
#! /bin/sh /usr/share/dpatch/dpatch-run## 01_configure.dpatch by Christian Marillat <marillat@debian.org>#### All lines beginning with ## DP:' are a description of the patch.## DP: Fix configure.@DPATCH@--- ffmpegcvs-20050716.orig/configure        2004-12-08 03:08:08.000000000 -0800+++ ffmpegcvs-20050716/configure  2004-12-13 16:25:57.783486693 -0800@@ -490,7 +490,7 @@   --enable-a52bin) a52bin="yes"   ;;   --enable-dts) dts="yes"-    extralibs="$extralibs -ldts"+    extralibs="$extralibs -ldts_pic"   ;;   --enable-pp) pp="yes"   ;;@@ -526,7 +526,7 @@     extralibs="$extralibs -lxvidcore"   ;;   --enable-x264) x264="yes"-    extralibs="$extralibs -lx264"+    extralibs="$extralibs -lx264_pic"   ;;   --enable-dc1394) dc1394="yes"     extralibs="$extralibs -ldc1394_control -lraw1394"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?