diff options
author | Daniel Laird <danieljlaird@hotmail.com> | 2008-09-05 12:06:50 +0000 |
---|---|---|
committer | Daniel Laird <danieljlaird@hotmail.com> | 2008-09-05 12:06:50 +0000 |
commit | 76235a15b37bae9e3c83bc20e9afd49a66e33455 (patch) | |
tree | 82f014617a2c1149231675eddd72714d6f7bd659 /package/libsndfile/libsndfile-srconly.patch | |
parent | 03e3886c012c889611b77df85c5491989c4ebc31 (diff) | |
download | buildroot-novena-76235a15b37bae9e3c83bc20e9afd49a66e33455.tar.gz buildroot-novena-76235a15b37bae9e3c83bc20e9afd49a66e33455.zip |
audio: Move all audio packages into audio subdir
Moved all audio packages into a subdir called audio.
I then created a Config.in and made sure that a audio.mk
existed.
Daniel Laird
Diffstat (limited to 'package/libsndfile/libsndfile-srconly.patch')
-rw-r--r-- | package/libsndfile/libsndfile-srconly.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/libsndfile/libsndfile-srconly.patch b/package/libsndfile/libsndfile-srconly.patch deleted file mode 100644 index 1796b80c0..000000000 --- a/package/libsndfile/libsndfile-srconly.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libsndfile-1.0.17/Makefile.in.orig 2006-12-06 17:26:46.000000000 +0100 -+++ libsndfile-1.0.17/Makefile.in 2006-12-06 17:31:11.000000000 +0100 -@@ -209,7 +209,7 @@ - target_cpu = @target_cpu@ - target_os = @target_os@ - target_vendor = @target_vendor@ --SUBDIRS = man doc Win32 Octave src examples regtest tests -+SUBDIRS = src - DIST_SUBDIRS = $(SUBDIRS) - EXTRA_DIST = reconfigure.mk acinclude.m4 libsndfile.spec.in \ - sndfile.pc.in Mingw-make-dist.sh |