This repository has been archived by the owner on Apr 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[media-plugins/deadbeef-stereo-widener] add api patch
- Loading branch information
Roman Kuzmitsky
committed
Feb 9, 2016
1 parent
a78d00a
commit 28920ad
Showing
4 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
media-plugins/deadbeef-stereo-widener/files/deadbeef-stereo-widener-api.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/stereo_widener.c b/stereo_widener.c | ||
index f8dcc0d..48c6d42 100644 | ||
--- a/stereo_widener.c | ||
+++ b/stereo_widener.c | ||
@@ -144,8 +144,8 @@ static const char ddb_sw_dialog[] = | ||
; | ||
|
||
static DB_dsp_t plugin = { | ||
- .plugin.api_vmajor = DB_API_VERSION_MAJOR, | ||
- .plugin.api_vminor = DB_API_VERSION_MINOR, | ||
+ .plugin.api_vmajor = 1, | ||
+ .plugin.api_vminor = 0, | ||
.plugin.type = DB_PLUGIN_DSP, | ||
.plugin.id = "stereo_widener", | ||
.plugin.name = "Stereo widener", |
File renamed without changes.