📄 02_amr.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/libavcodec/amr_float/typedef.h.orig 2006-01-01 13:58:06.000000000 +0100+++ ffmpegcvs-20050716/libavcodec/amr_float/typedef.h 2006-01-01 13:59:18.000000000 +0100@@ -16,7 +16,7 @@ typedef char Word8;
typedef unsigned char UWord8;
typedef short Word16;
-typedef long Word32;
+typedef int Word32;
typedef float Float32;
typedef double Float64;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -