Mailing List archive

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

[vdr] Re: compile error for bitstreamout-0.48



On Wed, Dec 17, 2003 at 01:01:35PM +0100, Thomas Schmidt wrote:
> Hi
> 
> * Dr. Werner Fink schrieb am 17.12.03, um 11:31 Uhr:
> > Try the following patch: ...
> 
> I tried this patch, but it was not enough, to make it possible to
> build bitstreamout with autopid. I had to edit replay.c a little bit,
> to make it buildable. (I don't know, if these changes were right,
> because i have a lot of stuttering on some channels.)
> 
> Here ist the patch:

This patch is correct ;^)

> I would like to suggest an other small change in the Makefile, to be
> more similiar to the standard-plugin Makefile:
> 
> 
> --- vdr-plugin-bitstreamout-0.48.orig/bitstreamout-0.48/Makefile
> +++ vdr-plugin-bitstreamout-0.48/bitstreamout-0.48/Makefile
> @@ -37,7 +37,7 @@
>  
>  ### The version number of VDR (taken from VDR's "config.h"):
>  
> -VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/include/vdr/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
> +VDRVERSION = $(shell grep 'define VDRVERSION ' $(VDRDIR)/config.h | awk '{ print $$3 }' | sed -e 's/"//g')
>  
>  ### The name of the distribution archive:

I've added your change, thanks.

      Werner


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index