gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #37385] OpenVG not detected properly


From: Josua Mayer
Subject: [Gnash-commit] [bug #37385] OpenVG not detected properly
Date: Tue, 18 Sep 2012 15:49:35 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1226.0 Safari/537.4 SUSE/22.0.1226.0

URL:
  <http://savannah.gnu.org/bugs/?37385>

                 Summary: OpenVG not detected properly
                 Project: Gnash - The GNU Flash player
            Submitted by: artox
            Submitted on: Di 18 Sep 2012 15:49:34 GMT
                Category: build
                Severity: 3 - Normal
                 Release: master
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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.



    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Di 18 Sep 2012 15:49:34 GMT  Name: vg.patch  Size: 1kB   By: artox

<http://savannah.gnu.org/bugs/download.php?file_id=26580>

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37385>

_______________________________________________
  Nachricht gesendet von/durch Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]