[FFmpeg-devel] Update on lbos

Diego Biurrun diego
Mon Feb 4 15:15:22 CET 2008


On Mon, Feb 04, 2008 at 03:01:36PM +0100, Luca Abeni wrote:
>
> here is the latest version of lbos. Since I have not much time to
> work on lbos, I am posting it to the mailing list, in the hope that
> someone else has more time to work on it.

Here are some comments:

In the Makefile there is

> CFLAGS=$(OPTFLAGS) -I$(BUILD_ROOT) -I$(SRC_PATH)/include \
>        -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE

Hmm, are some of the -D flags gcc-specific?

> libbrokenos$(LIBSUF): $(OBJS)
> 	rm -f $@
> 	$(AR) rc $@ $^
> #	$(RANLIB) $@

Why is this commented out?

> clean:
> 	rm -f *.o *$(LIBSUF)

Danger Will Robinson!!!

You better pray that LIBSUF is never empty, because otherwise you wipe
out all files!

Also, what is this PASCAL thing in netdb.h all about?

Diego




More information about the ffmpeg-devel mailing list