search for: xmms_dir

Displaying 3 results from an estimated 3 matches for "xmms_dir".

Did you mean: xmms_dirs
2004 Sep 10
0
1.0 source candidate
...ile \ ) Index: src/Makefile.am =================================================================== RCS file: /cvsroot/flac/flac/src/Makefile.am,v retrieving revision 1.4 diff -u -r1.4 Makefile.am --- src/Makefile.am 2001/06/08 00:13:21 1.4 +++ src/Makefile.am 2001/07/21 01:58:17 @@ -19,8 +19,4 @@ XMMS_DIRS = plugin_xmms endif -if DEBUG -DEBUG_DIRS = test_streams test_unit -endif - -SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) $(DEBUG_DIRS) +SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) test_streams test_unit Index: src/flac/Makefile.am ==============================================================...
2004 Sep 10
5
1.0 source candidate
I rethought it and it seemed like a bad idea to post a big file, so you can get it here: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/flac/junk/flac-1.0-src-candidate.tar.bz2 Josh __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
2017 Jan 06
8
[PATCH 0/5] Allow multiple targets to be disabled
Hi, This patchet allows a few targets to be disabled when unrequired. The rational is coming from VLC's contrib buildsystem, so far we use make -C to select only some subparts of the available targets. It would be easier and cleaner to use autoconf to do so IMHO. There's an additional patch which fixes the build when building for WinRT/UWP platform, upstreamed from VLC. We have a couple