I was just building libvpx as is following the wayland building
instruction. I have no much idea on it. Glad it builds now and I can
run the demos on Intel video card.
On Mon, Jun 11, 2012 at 7:17 AM, Kristian Høgsberg wrote:
> On Sun, Jun 10, 2012 at 10:58 PM, Xiong Jiang wrote:
>>
I changed this line in wcap/Makefile and it compiles fine now.
wcap_decode_CFLAGS = -pthread $(WCAP_CFLAGS)
On Sun, Jun 10, 2012 at 7:58 PM, Xiong Jiang wrote:
> Got error when linking weston:
>
> CCLD wcap-decode
> /home/jxiong/install/lib/libvpx.a(onyx_if.c.o):
23a): undefined reference to `sem_post'
/home/jxiong/install/lib/libvpx.a(onyx_if.c.o): In function
`vp8_loopfilter_frame':
..
How to add -pthread in the link option?
I see POPPLER_CFLAGS = -pthread in weston\wcap\Makefile.
Not sure why it does not help.
On Sun, Jun 10, 2012 at 2:
>
> On Sun, Jun 10, 2012 at 3:22 PM, Scott Moreau wrote:
>>
>>
>>
>> On Sat, Jun 9, 2012 at 10:56 PM, Xiong Jiang wrote:
>>>
>>> To compile cairo with GL enabled, I followed the Wayland README and
>>> pull the latest cairo git. However th
To compile cairo with GL enabled, I followed the Wayland README and
pull the latest cairo git. However then I found that I need the latest
pixman git.
Do you know which distro/version has the required dev packages so I do
not need to compile everything from scratch?
Thanks!
__