feedme java project

is free software, licensed under the terms of the GNU General Public License, that feeds/imports media from anywhere to xbox360 media center extenders, ipods, web servers, file servers, etc. using Java.

Please read the license here.

Friday, August 3, 2007

Mach-O universal binary support added



/**
* remove the "//" below to @import in.avi on osx platform
* updated Wed Aug 03 16:53:00 CDT 2007
*/

//Runtime.getRuntime().exec(
// /Applications/VLC.app/Contents/MacOS/VLC -vvv in.avi --sout-ffmpeg-qscale 1

init:
deps-clean:
Deleting directory /Users/me/feedme/build
clean:
init:
deps-jar:
Created dir: /Users/me/feedme/build/classes
Compiling 1 source file to /Users/me/feedme/build/classes
BUILD SUCCESSFUL (total time: 1 second)

file /Applications/VLC.app/Contents/MacOS/VLC

file properties:

/Applications/VLC.app/Contents/MacOS/VLC: Mach-O universal binary with 2 architectures
/Applications/VLC.app/Contents/MacOS/VLC (for architecture i386):
Mach-O executable i386
/Applications/VLC.app/Contents/MacOS/VLC (for architecture ppc):
Mach-O executable ppc

No comments: