[MPlayer-dev-eng] [PATCH] VF Overlay

Benjamin Zores ben at geexbox.org
Thu Jul 30 20:44:30 CEST 2009


Diego Biurrun wrote:
> On Thu, Jul 30, 2009 at 07:45:18PM +0200, Benjamin Zores wrote:
>> Diego Biurrun wrote:
>>
>>>> --- Makefile	(revision 29447)
>>>> +++ Makefile	(working copy)
>>>> @@ -521,6 +521,7 @@
>>>>
>>>> +SRCS_COMMON-$(NEED_SHMEM)    += libmpcodecs/vf_overlay.c
>>> This cannot be the right condition.
>> Because ?
>> It requires SHM to work (the whole purpose of the filter btw).
> 
> Then why NEED_SHM and not HAVE_SHM?

Because NEED_SHMEM is in config.mak for Makefile while HAVE_SHM is in 
config.h for source. Other parts of Makefile also uses NEED_SHMEM.

>> --- DOCS/tech/vf_overlay.txt	(revision 0)
>> +++ DOCS/tech/vf_overlay.txt	(revision 0)
>> @@ -0,0 +1,225 @@
> 
> K&R please.

For doc ??? What's that ?



More information about the MPlayer-dev-eng mailing list