Menu

Svn Commit Log


Commit Date  
[r2133] by rbultje

Merge debian build from Kawamata/Hitoshi

2003-12-21 14:33:06 Tree
[r2132] by rbultje

Add window title patch from Stephen Beahm

2003-12-21 14:32:17 Tree
[r2131] by sms00

Cleanup compiler warning messages - patch submitted by Stephen Beahm

2003-12-21 07:57:25 Tree
[r2130] by sms00

sys/stat.h should be conditionally included using the HAVE_SYS_STAT_H check from
./configure being run

2003-12-20 20:26:29 Tree
[r2129] by sms00

compile errors caused by missing 'struct stat' definition:
lavplay.c: In function `check_command_line_options':
lavplay.c:525: error: storage size of `vstat' isn't known
lavplay.c:526: warning: implicit declaration of function `stat'
lavplay.c:526: warning: implicit declaration of function `S_ISCHR'
lavplay.c:525: warning: unused variable `vstat'
lavplay.c:539: error: storage size of `astat' isn't known
lavplay.c:539: warning: unused variable `astat'

add a <sys/stat.h>

2003-12-20 18:24:57 Tree
[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
Older >
Auth0 Logo