bugGnash - The GNU Flash player - Bugs: bug #37385, OpenVG not detected properly

 
 

bug #37385: OpenVG not detected properly

Submitter:  Josua Mayer <artox>
Submitted:  Tue 18 Sep 2012 03:49:34 PM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  master Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 18 Sep 2012 03:49:34 PM UTC, original submission:  

There are 2 issues with configure detecting OpenVG.
First, the --with-openvg-includes=somepath is used weird. I have to give it the path to openvg.h instead of VG/openvg.h. The sources do "#include <VG/openvg.h>" though. This results the wrong include path beeing added to CFLAGS.
Secondly those CFLAGS are mad. Instead of something useful like
"-I/opt/vc/include" they say
"-DOPENVG_STATIC_LIBRARY /opt/vc/include/VG"

I havent found any occurence of OPENVG_STATIC_LIBRARY in the sources.
Editing the Makefiles to say "-I/opt/vc/include" for OPENVG_CFLAGS, the whole thing compiled fine.

I attached a patch to show how I think it should be right.

Josua Mayer <artox>

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #26580:  vg.patch added by artox (1KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by artox (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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-09-18 artox Attached File- Added vg.patch, #26580

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code