Re: [Live-devel] Missing LDFLAGS

2013-01-05 Thread Ross Finlayson
I'll make the first suggested change (adding LDFLAGS), but not the second. The "$(LIBRARY_LINK)$@" has to remain as is, because - for some configurations (e.g., "sunos") - there can't be a space there. Also, I'm not going to "fix what's not broken". Ross Finlayson Live Networks, Inc. http://w

Re: [Live-devel] How to release frame; How to improve horrible video quality

2013-01-05 Thread Renato MAURO (Libero)
>Do you mean going into my MF H.264 encoder? You must. Oops, no, not really! I rewrite my suggestion (the previous one is good when working at the receiver side): *grab* the stream for the luminance plane only (like old TV sets!!): if you get a good output, the problem is the way the *encoder

[Live-devel] Missing LDFLAGS

2013-01-05 Thread Benjamin Drung
Hi, The build system should honor LDFLAGS for the shared library (like it does for the static library). linker-flags.patch is attached. There are some trailing spaces in the Makefiles. Some variables in config.* have trailing spaces. The Makefiles should not rely on having a space at the end of a

Re: [Live-devel] Windows make-files broken

2013-01-05 Thread Ross Finlayson
>> PREFIX = /usr/local >> LIBDIR = /usr/local/lib > > Changing ?= to = has no drawback for me. Overwriting these variables by > calling "make PREFIX=/usr" still works (I have tested it). > > Can you please leave LIBDIR = $(PREFIX)/lib instead of hard-coding the > libdir? OK, I'll make that chang

Re: [Live-devel] Windows make-files broken

2013-01-05 Thread Benjamin Drung
Am Samstag, den 05.01.2013, 10:00 +1300 schrieb Ross Finlayson: > > I noticed Makefile.tail has changed recently and it seems like the > > Windows compiler (VS2008 & 2010 at least) doesn't like these lines > > (only PREFIX for testProgs & mediaServer): > > PREFIX ?= /usr/local > > LIBDIR ?= $(PREFI