Bugs item #2863373, was opened at 2009-09-21 02:23
Message generated for change (Comment added) made by bat999
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110706&aid=2863373&group_id=10706

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jim Harkins (jimhark)
Assigned to: Nobody/Anonymous (nobody)
Summary: Windows build cmake mp3lame m

Initial Comment:
I'd submit a patch, but I'm not confident about the fix.

In sox/CMakeLists.txt current version
Revision 1.31
Wed Sep 16 17:54:40 2009 UTC (4 days, 15 hours ago) by robs

Starting at line 122:

    set(CMAKE_REQUIRED_LIBRARIES mp3lame m)
    check_function_exists("lame_set_VBR_quality" HAVE_LAME_SET_VBR_QUALITY)
    check_function_exists("id3tag_set_fieldvalue" HAVE_ID3TAG_SET_FIELDVALUE)

This section doesn't seem to work on Windows Visual Studio builds because there 
is no m.lib in that environment. For my Windows build I changed the first line 
to:

    set(CMAKE_REQUIRED_LIBRARIES mp3lame)

I'm not sure what's required for Linux.

Jim


----------------------------------------------------------------------

Comment By: bat (bat999)
Date: 2013-02-18 14:02

Message:
Hi
Current version of SoX is 14.4.1
Is this bug still present?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=110706&aid=2863373&group_id=10706

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
SoX-devel mailing list
SoX-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sox-devel

Reply via email to