📄 01_libdts.amd64.dpatch
字号:
#! /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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -