diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-03-03 12:42:55 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2016-03-03 12:42:55 +0000 |
commit | 3a50f514a1d743021eb4950f762fbe5edd0a2f95 (patch) | |
tree | 97f754e51290dafcb78001bf17aa6286cc5945b7 /audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in | |
parent | security/nss: update to 3.23 (diff) |
audio/deadbeef: update to 0.7
- New option SC68 for sc68 Atari ST And Amiga player
- Drop AO option as the corresponding plugin appears to be gone
- Add MPG123 option for the new optional mpg123-based backed for mp3 plugin
Approved by: vg (maintainer) via IRC
Differential Revision: D5337
Notes
Notes:
svn path=/head/; revision=410037
Diffstat (limited to 'audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in')
-rw-r--r-- | audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in b/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in index 44008e5fe44b..9cc668b14eb6 100644 --- a/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in +++ b/audio/deadbeef/files/patch-plugins-ffmpeg-Makefile.in @@ -1,6 +1,6 @@ ---- plugins/ffmpeg/Makefile.in.orig 2014-06-28 23:22:55.232212539 +0400 -+++ plugins/ffmpeg/Makefile.in 2014-06-28 23:31:19.076178566 +0400 -@@ -166,11 +166,11 @@ +--- plugins/ffmpeg/Makefile.in.orig 2016-01-31 20:21:50 UTC ++++ plugins/ffmpeg/Makefile.in +@@ -166,11 +166,11 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f |