📄 01_a52dec-soname.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/libavcodec/a52dec.c 2005-06-11 20:06:19.000000000 +0200+++ ffmpegcvs-20050716/libavcodec/a52dec.c 2005-06-11 20:06:40.000000000 +0200@@ -27,7 +27,7 @@ #ifdef CONFIG_A52BIN #include <dlfcn.h>-static const char* liba52name = "liba52.so.0";+static const char* liba52name = "liba52.so"; #endif /**
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -