Displaying 20 results from an estimated 10000 matches similar to: "[PATCH] remove plugin_common library from MSVC"
2013 Aug 16
3
PATCH for MSVC++ 2005 Express
Recently I downloaded MSVC++2005 Express Edition and it turns out that it wasn't possible to compile all files without several changes:
1) FLAC.sln has one extra "EndProject" line
--- a\FLAC.sln 2013-06-17 11:57:09.000000000 +0400
+++ b\FLAC.sln 2013-08-16 20:19:34.630486700 +0400
@@ -157,7 +157,6 @@
EndProject
Project("{4cefbc7c-c215-11db-8314-0800200c9a66}") =
2006 Jul 23
1
[PATCH] Fix a compile bug with gcc 2.95 in src/plugin_common/replaygain.c
Declaring variables in the middle of a block isn't supported by
older (pre-C99?) compilers, and gcc 2.95 is one of them.
--- a/src/plugin_common/replaygain.c
+++ b/src/plugin_common/replaygain.c
@@ -28,10 +28,11 @@ void FLAC_plugin__replaygain_get_from_fi
double *track_peak, FLAC__bool *track_peak_set,
2004 Sep 10
1
plugin optimizations
Here is all-in-one patch, if this is a problem, i will try to make
separated patches.
Changes:
plugin_common/
* FLAC__plugin_common__pack_pcm_signed_little_endian
* accept FLAC__int32 *input[]
* supports more channels
* fixed clipping bug
(BTW, random number generator in dither.c is low quality, it
should be replaced, generator in replaygain is much better)
*
2012 Mar 29
4
[GIT PULL] Assorted bugfixes and improvements (from openSUSE)
The following changes since commit b78d8e4db10e57b8d82bb82e4e3662d5dedd7255:
FLAC__bitmath_ilog2,FLAC__bitmath_ilog2_wide,COUNT_ZERO_MSBS: add gcc
specific optimizations (2012-03-28 15:43:48 -0300)
are available in the git repository at:
git://github.com/crrodriguez/flac.git master
for you to fetch changes up to 3a060556772c5d6a6464afddfda7c3ad2f93a306:
Remove winamp2 plugin.
2004 Sep 10
1
[Flac-users] winamp plugins troubles
Give a hint please how to compile winamp plugins. After ./configure && make
I see no .dll and no .wac files in the source tree at all :(
What am I doing wrong? All the lib modules are compiled just as xmms plugin
but the winamp ones.. Documentation says nothing about that.
--
Best regards,
RuslanO mailto:ruslano@imp.lg.ua
2004 Sep 10
1
xmms-flac plugin in OS X - Apple X11
On Friday, January 24, 2003, at 12:28 AM, Josh Coalson wrote:
> --- Brian Haberman <habesct@mac.com> wrote:
>> I have been using Apple's X11 on OS X and I got the source and
>> compiled
>> flac 1.0.5 beta2. Everything seemed to build and install OK, but the
>>
>> xmms-flac plugin is not working, and I cannot open xmms. I get the
>> following
2004 Sep 10
2
And Another OS X Install Problem...
/bin/sh ../../mkinstalldirs /sw/lib/xmms/Input
../../libtool-disable-static --mode=install /usr/bin/install -c
libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la
libtool-disable-static: install: warning: relinking `libxmms-flac.la'
cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh
../../libtool-disable-static --mode=relink gcc -I../.. -I./include
-I../../include -g -O2
2004 Sep 10
1
[Flac-users] Undefined PLT symbol "FLAC__plugin_common__init_dither_context"
Well, I've rebuilt flac from the original source, without using the NetBSD
package system, and I'm still seeing the same problem with the XMMS FLAC
plugin:
/usr/pkg/lib/xmms/Input/libxmms-flac.so: Undefined PLT symbol "FLAC__plugin_common__init_dither_context" (symnum = 30)
I can see that the symbol is defined in the common library:
$ nm src/plugin_common/libplugin_common.a |
2004 Sep 10
2
xmms-flac plugin in OS X - Apple X11
I have been using Apple's X11 on OS X and I got the source and compiled
flac 1.0.5 beta2. Everything seemed to build and install OK, but the
xmms-flac plugin is not working, and I cannot open xmms. I get the
following error when I launch xmms from xterm:
brian it's 8:41pm, what now? xmms &
[1] 567
brian it's 8:41pm, what now? dyld: xmms Undefined symbols:
2016 Jan 30
1
[PATCH] fix dependencies for MSVC
Currently MSVC fails when it rebuilds flac solution, because of
some missing dependencies. this patch fixes MSVC projecy files.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_msvc_lbflac_dependency.patch
Type: application/octet-stream
Size: 5509 bytes
Desc: not available
Url :
2013 Aug 19
2
PATCH for MSVC++ 2005 Express
Erik de Castro Lopo <mle+la at mega-nerd.com> wrote:
> Is there not a later free (as in free beer) version?
There are also 2008, 2010 and 2012 versions.
VS2012 Express requires Win7 to run (though it can create programs compatible with WinXP).
VS2010 Express works on WinXP. It is possible to compile x86-64 programs with it, but it requires Platform SDK (also free).
VS2005 and 2008
2000 May 22
1
Winamp plugin compile problems and fix/docs
The winamp plugin would not compile. I am using the Cygnus environment
(gcc, and a lot of other GNU utils)
on Windows NT.
_beginthread() is not found. That doesn't look like a function
application code should ever call directly.
I converted it to use CreateThread and it compiles and works.
Change this:
thread_handle = (HANDLE)_beginthread(DecodeThread,0, (void *)(&killDecod
eThread)
2004 Aug 06
3
noobie questions
Winamp3 is broken according to some posts here. Try Winamp 2.91 or the
latest XMMS. Of course, XMMS requires the xmms-mp3 libraries.
Try that and see if it helps.
KJ
<p>On Fri, 2003-09-12 at 15:56, Jeff Ousley wrote:
> Thanks, all, for the pointers. I think I have
> everything configured properly, but, something is
> obviously still wrong. I'm using Kerry's guide with
>
2004 Aug 06
2
Icecast/LiveIce Problems
I'm having a couple problems trying to get Icecast and LiveIce set up on
a Linux 7.0 system.
I'm running Icecast 1.3.10 without a config file (using all defaults).
I can use shout to stream to it and connect to it from a windows machine
running WinAmp. It works OK except winamp stops every few seconds and
tells me that it's buffering. It buffers for a few seconds and then
plays a
2016 Jun 26
5
FLAC__SSE_OS change
First off, this code is horrible to read and work on. The recent commits
are the first of what I hope is a massive clean up of this code.
lvqcl wrote:
> So if I understand things correctly, the current meaning of --(en|dis)able-sse is:
>
> on Linux:
> --enable-sse:
> add -msse2 to the compiler switches
> do not test SSE OS support (assume that SSE is
2004 Aug 06
2
Icecast/LiveIce Problems
I'm sorry, I meant RedHat 7.0 of course. That machine is running kernel
2.2.14-5.0.
I've tried the XMMS LiveIce plugin and XMMS cores as soon as it's
enabled.
Thanks for the info on buffering.
Todd
* David S. Geirsson <andmann@andmann.eu.org> [010320 09:49]:
> First of all, please define "Linux 7.0", since the last time I knew linux
> was only up to 2.4. It
2001 May 17
2
wine sound freezes system
I was wondering if anything in wine could crash the system? I believe
not, but I have this problem since I upgraded to kernel 2.4.3: I am
running winamp through wine and usually within one song, the system
freezes. At first I suspected my X server (not sure wether AGP is
enabled or not) so I ran wine/winamp on my machine and displayed on a
windows box using xwin32. I had X locally shut down. The
2005 Feb 08
2
Tagging Flac-files in GNU/Linux and Windows
I posted this in the Hydrogenaudio Forums
(http://www.hydrogenaudio.org/forums/index.php?showtopic=31347) but I'll
post it here as well, hope that's ok...
----------------------------------------------------------------------
Hello,
I am having a lot of problems with tagging FLAC-files. I edited the tags
in XMMS (in Linux) using the FLAC plugin, version 1.1.o. Playback worked
fine with
2000 Oct 13
3
Current hardware requirements for decoding? (skipping problem)
The vorbis FAQ mentions that decoding vorbis should use roughly the same
resources as decoding MP3's, but that the current source is not optimized. So
what is the current requirement? I have a Pentium 133 with 64 megs and I
cannot get .ogg files to play without skipping. I've tried encoding .wav
files and downloading .ogg files from www.vorbis.com and playing them on
Winamp with
2004 Sep 10
2
[Flac-users] Help with Streaming FLAC via httpd
Using the 1.0.4 versions of the FLAC decoder plugin for both
XMMS (under Linux and FreeBSD) and WinAMP (under Win2k and WinXP)
I can't get streaming to work from a web server.
Has anyone actually done it or seen it done? If so, do you
have a URL I can look at?
I have tried setting my web server's MIME type for served flac
files to both audio/flac and audio/x-flac. I am not using a
web