Re: a word of advice

9 views
Skip to first unread message

interim_descriptor

unread,
Jun 17, 2009, 12:43:04 AM6/17/09
to dvj-dev
Oh, yeah, I didn't mean to imply you should use the web interface for the group. I've got it configured so it sends posts as emails to me, and you can probably do the same, so you don't have to leave the ease of email.

Interesting regarding ffmpeg... I believe the only options I passed into ./configure for my install were --enable-swscale and --enable-gpl... Can you verify that the previous mp3 decode failure was on a fresh ffmpeg 0.5 install, for dvj, and you used the --enable-swscale and --enable-gpl flags? I didn't install a distinct libmp3lame, and I can decode mp3s, so I would discourage you from that path, since it doesn't seem necessary.

Please let me know how your ffmpeg wrangling goes, and if you're able to find the trick for mp3 decoding. I would be surprised if --enable-swscale and --enable-gpl weren't sufficient for it to work on your machine.

-Chris



On Tue, Jun 16, 2009 at 9:28 PM, synthesizer patel wrote:
ahh yeah dude, I'll switch over to that. e-mail is just easy, but I can get off my ass.


Incidentally, I think ffmpeg doesn't do mp3 by default -- I circled back around and tried --enable-swscale --enable-gpl --enable-libmp3lame
and was told that I don't have libmp3lame, so.. gonna install that and give it another go.

I'll post to the list from now on.

-n


On Jun 16, 2009, at 9:25 PM, interim_descriptor wrote:

Haha, I take it you've got firsthand experience with this?

Having not ever played with VST plugins, why are they to be avoided? (Licensing looks thorny... Are open source projects allowed to implement the protocol without a license?)

Also, there's finally a new message on the dvj list, in that huge-ass thread. There will be another soon RE: Clover, which I just checked out!

Are you down with using the dvj list for most communication? Don't be tempted to type any differently, even though it's a public dev list. Although most dev lists are full of grumpy developers who loathe anything that isn't 100% on-topic, I have no such aspirations for dvj-dev. Treat it no differently than an email you'd send to me. It's not like anybody else is reading it, anyway ;-)



On Tue, Jun 16, 2009 at 9:04 PM, synthesizer patel wrote:
A side note: when people come to you and say you should include the ability to use VST plugins, punch them in the neck as hard as you can.





interim_descriptor

unread,
Jun 17, 2009, 1:04:13 AM6/17/09
to dvj-dev
Now that's interesting... Mine looks different:

dvj.osx:
        /usr/local/lib/libSDL_image-1.2.0.dylib (compatibility version 2.0.0, current version 2.6.0)
        /usr/local/lib/libSDL_net-1.2.0.dylib (compatibility version 1.0.0, current version 1.7.0)
        /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
        /usr/local/lib/libSDL-1.2.0.dylib (compatibility version 12.0.0, current version 12.2.0)
        /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 949.46.0)
        /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 677.24.0)
        /usr/local/lib/libsamplerate.0.dylib (compatibility version 2.0.0, current version 2.7.0)
        /usr/local/lib/libjack.0.dylib (compatibility version 1.0.0, current version 1.28.0)
        /usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3)
        /usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.4)
        /usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
        /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
        /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.4)
        /usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 227.0.0)
        /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 476.18.0)
        /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 34.0.0)

Note how I'm not dynamically linking to ffmpeg... In my /usr/local/lib/, for whatever reason, I only have the .a files, no .dylib files...

I wonder if your .dylib files are from a previous version of ffmpeg you were working with, and dvj is linking to them...? Try moving them into a different folder, and relinking, and see what happens...

-Chris

On Tue, Jun 16, 2009 at 9:51 PM, nar <n...@hush.com> wrote:
You were right, even with compiling ffmpeg with libmp3lame.. no difference.

Whats your otool -L dvj.osx look like? Mine:


bash-3.2# otool -L dvj.osx 
dvj.osx:
/usr/local/lib/libSDL_image-1.2.0.dylib (compatibility version 2.0.0, current version 2.6.0)
/usr/local/lib/libSDL_net-1.2.0.dylib (compatibility version 1.0.0, current version 1.7.0)
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL (compatibility version 1.0.0, current version 1.0.0)
/usr/local/lib/libSDL-1.2.0.dylib (compatibility version 12.0.0, current version 12.2.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 949.43.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 677.22.0)
/usr/local/lib/libsamplerate.0.dylib (compatibility version 2.0.0, current version 2.7.0)
/Library/Frameworks/Jackmp.framework/Versions/A/Jackmp (compatibility version 1.0.0, current version 1.0.0)
/usr/local/lib/libavcodec.dylib (compatibility version 52.0.0, current version 52.20.0)
/usr/local/lib/libavformat.dylib (compatibility version 52.0.0, current version 52.31.0)
/usr/local/lib/libswscale.dylib (compatibility version 0.0.0, current version 0.7.1)
/usr/local/lib/libavutil.dylib (compatibility version 49.0.0, current version 49.15.0)
/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.3)
/usr/lib/libbz2.1.0.dylib (compatibility version 1.0.0, current version 1.0.4)
/usr/lib/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.4.0)
/usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 111.1.3)
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 227.0.0)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation (compatibility version 150.0.0, current version 476.17.0)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices (compatibility version 1.0.0, current version 34.0.0)


On Jun 16, 2009, at 9:44 PM, interim_descriptor wrote:

Oops, I should've CC'd your email address on this reply...
Reply all
Reply to author
Forward
0 new messages