Menu

Svn Commit Log


Commit Date  
[r2128] by rbultje

Time to get things building again. ;).

* Remove "#include config.h" from all *.h, *.hh, *.hpp files
* Add "#include config.h" to all *.c, *.cc, *.cpp files
* fix one of the best stupidities I've ever seen in lavplay.c (see diff)
* Make everything be built using libtool (except libmjpegutils.a, *)
* Fix compile error in PS_Stream because the virtual class has a non-
virtual destructor
* Install all mplex headers for libmplex2.so
* Get RPM building back working
* Fix make distcheck

I'm now able to compile externel projects against libmplex2.so, great job
Andrew!

(*) How do I do static-only but installable libtool builds?

2003-12-20 17:33:39 Tree
[r2127] by sms00

prevent libmjpegutils.a from being linked in twice. this causes errors on OS/X

/bin/sh ../libtool --mode=link g++ -g -O2 -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual -o mplex main.o ../utils/libmjpegutils.a ../mplex/libmplex2.la -lm

g++ -g -O2 -Wmissing-prototypes -Wpointer-arith -Wcast-align -Wwrite-strings -Wcast-qual -o .libs/mplex main.o -Wl,-bind_at_load ../utils/libmjpegutils.a ../mplex/.libs/libmplex2-1.6.0.1.1.dylib -lm
ld: warning multiple definitions of symbol _mjpeg_error_exit1
../utils/libmjpegutils.a(mjpeg_logging.o) definition of _mjpeg_error_exit1 in section (__TEXT,__text)

libmplex2.la includes libmjpegutils.a, thus adding libmjpegutils.a a second
time is an error.

2003-12-20 07:22:44 Tree
[r2126] by kwmt

add files and chage some files to build debian packages.

2003-12-20 02:23:40 Tree
[r2125] by --none--

This commit was manufactured by cvs2svn to create tag 'debian_root'.

2003-12-19 14:22:57 Tree
[r2124] by --none--

This commit was manufactured by cvs2svn to create branch 'debian'.

2003-12-19 14:22:56 Tree
[r2123] by rbultje

Linux needs ctype.h, too

2003-12-19 14:22:55 Tree
[r2122] by sms00

The -E description didn't read right - out of place or missing word.

2003-12-19 05:06:55 Tree
[r2121] by sms00

You can't just use malloc.h unconditionally - it does not exist everywhere.
Added it to the check headers and create a HAVE_MALLOC_H that can be tested.

2003-12-17 23:49:13 Tree
[r2120] by wackston2

Give mpeg2enc more sensible defaults so that it is nice and fast
for common 'modern' encoding scenarios. No interlaced support
no B frames.

Add <malloc.h> needed for some old glibc's in cpu_accel.c

2003-12-17 23:14:39 Tree
[r2119] by sms00

Had the chroma components reversed in the descriptions. At least it was consistent ;)

2003-12-17 16:54:04 Tree
Older >
Monday.com Logo