Mailing List archive

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

[linux-dvb] tuxzap from metzlerbros



Alexandre CONRAD writes:
 > Hello,
 > 
 > sorry for probably posting this before :
 > 
 > make
 > make  all-recursive
 > make[1]: Entering directory `/usr/local/src/DVB/apps/tuxzap'
 > Making all in src
 > make[2]: Entering directory `/usr/local/src/DVB/apps/tuxzap/src'
 > gcc -DHAVE_CONFIG_H -I. -I. -I.. -O2 -D_FILE_OFFSET_BITS=64 
 > -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DPTHREADS -DHAVE_LIBA52 
 > -DHAVE_LIBMAD -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 
 > -I/usr/lib/glib/include -I/usr/X11R6/include -I.. -I/usr/local/include 
 > -I../../../libdvb -I../../../libdvb/include -I../../../libdvb/src 
 > -I../../../driver -I../include -I../../../include    -g -O2 -Wall -c 
 > ntuxplayer.c
 > cc1: warning: changing search order for system directory 
 > "/usr/local/include"
 > cc1: warning:   as it has already been specified as a non-system directory
 > In file included from ntuxplayer.c:37:
 > dvb_formats.h:315: parse error before "video_stream_source_t"
 > dvb_formats.h:320: warning: `struct video_still_picture' declared inside 
 > parameter list
 > dvb_formats.h:320: warning: its scope is only this definition or 
 > declaration, which is probably not what you want
 > dvb_formats.h:331: parse error before "audio_stream_source_t"
 > dvb_formats.h:335: parse error before "audio_channel_select_t"
 > ntuxplayer.c: In function `play_file_video':
 > ntuxplayer.c:189: `VIDEO_SOURCE_MEMORY' undeclared (first use in this 

This should be declared in linux/dvb/video.h.
Do you have the header files for the DVB API.
Did they change?

 > function)
 > ntuxplayer.c:189: (Each undeclared identifier is reported only once
 > ntuxplayer.c:189: for each function it appears in.)
 > ntuxplayer.c: In function `play_file_dvr':
 > ntuxplayer.c:349: `DEMUX_DEV' undeclared (first use in this function)
 > ntuxplayer.c: In function `play_ts_video':
 > ntuxplayer.c:583: `AUDIO_SOURCE_MEMORY' undeclared (first use in this 
 > function)
 > ntuxplayer.c:584: `VIDEO_SOURCE_MEMORY' undeclared (first use in this 
 > function)
 > ntuxplayer.c:691: `AUDIO_SOURCE_DEMUX' undeclared (first use in this 
 > function)
 > ntuxplayer.c:692: `VIDEO_SOURCE_DEMUX' undeclared (first use in this 
 > function)

The same is true for those.


 > ntuxplayer.c: In function `main':
 > ntuxplayer.c:1049: `DVR_DEV' undeclared (first use in this function)
 > ntuxplayer.c:1050: `VIDEO_DEV' undeclared (first use in this function)
 > ntuxplayer.c:1051: `AUDIO_DEV' undeclared (first use in this function)

This is defined in channel.h in the libdvb directory which also has to
be taken from metzlerbros.de

Right now you still need the following directory structure:

DVB/
    driver/
    libdvb/
    apps/
         tuxzap/
	 dvb-mpegtools/

Sorry the directories from the website have version numbers in
them. So you will have to rename them or link to them.
I haven't had time to add an option for different include paths to the
configuration script for tuxzap yet.


Marcus

-- 
/--------------------------------------------------------------------\
| Dr. Marcus O.C. Metzler        |                                   |
|--------------------------------|-----------------------------------|
| mocm@metzlerbros.de            | http://www.metzlerbros.de/        |
\--------------------------------------------------------------------/





-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index