mainflvstreamer - Support: sr #107182, Dows not work if compiled for ppc

 
 

sr #107182: Dows not work if compiled for ppc

Submitter:  None
Submitted:  Sun 27 Dec 2009 11:15:57 AM UTC
   
 
Category:  None Priority:  5 - Normal
Severity:  4 - Important Status:  None
Privacy:  Public Assigned to:  None
Originator Email:  -email is unavailable- Open/Closed:  Open
Operating System:  Mac OS
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 27 Dec 2009 11:15:57 AM UTC, original submission:  

The following patch enables ppc linking however the intel version works and the ppc version doesn't.

I will investigate further.

Index: Makefile
===================================================================
--- Makefile (revision 39)
+++ Makefile (working copy)
@@ -25,7 +25,7 @@
  @$(MAKE) $(MAKEFLAGS) progs
 
 osx:
- @$(MAKE) XCFLAGS="-arch ppc -arch i386" $(MAKEFLAGS) progs
+ @$(MAKE) XCFLAGS="-arch ppc -arch i386" XLDFLAGS="-arch ppc -arch i386" $(MAKEFLAGS) progs
 
 mingw:
  @$(MAKE) CROSS_COMPILE=mingw32- LIBS="-lws2_32 -lwinmm -lgdi32" THREADLIB= EXT=.exe $(MAKEFLAGS) progs


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by None (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code