diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-08-14 16:05:20 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-14 16:05:20 +0000 |
commit | f6476753d995bedb37934f852d3ae0f96d5ecf48 (patch) | |
tree | cdc93b943a52687273d94935909c02b6637993e9 /packages/libxine/libxine-1.0.0-beta12/fftscope-static-inlining.patch | |
parent | b87cac1cf23eab6ad1e8a7498702f408263c2ae4 (diff) |
xine and dependencies:
- rename to make more consistent with other -x11 and -fb packages
- include libmodplug pluging
- make libxine-x11 depend on x11
- reorder metadata
- remove missing-in-action MAINTAINER
Diffstat (limited to 'packages/libxine/libxine-1.0.0-beta12/fftscope-static-inlining.patch')
-rw-r--r-- | packages/libxine/libxine-1.0.0-beta12/fftscope-static-inlining.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/packages/libxine/libxine-1.0.0-beta12/fftscope-static-inlining.patch b/packages/libxine/libxine-1.0.0-beta12/fftscope-static-inlining.patch deleted file mode 100644 index 42b3caead2..0000000000 --- a/packages/libxine/libxine-1.0.0-beta12/fftscope-static-inlining.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ../libxine-1.0.0-beta12-r0/xine-lib/src/post/visualizations/fftscope.c 2003-04-30 07:58:51.000000000 +0100 -+++ xine-lib/src/post/visualizations/fftscope.c 2004-08-17 17:40:56.000000000 +0100 -@@ -103,7 +103,7 @@ - * Bit reverser for unsigned ints - * Reverses 'bits' bits. - */ --inline const unsigned int -+static inline const unsigned int - reverse (unsigned int val, int bits) - { - unsigned int retn = 0; |