annotate dll_init.h @ 2988:a1860b3a33c9

more debugging in configure.log [temporary] (calls ldd to debug dependencies for [future] static support) $_ld_x11 contains now $_ld_sock improved x11 C test libGL is no longer OS dependent (bsd) but depends on 2 compil' tests preliminary support for -static: -static requires any test succeeds with that flag missing -logg for vorbis (triggered by -static) NB: It still can't compile in static [undefined reference to... errors :/ ]
author pl
date Mon, 19 Nov 2001 00:38:41 +0000
parents fbf7ce9401ff
children 683a0585420c
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2049
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
1
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
2 // Win32 VfW/ACM interface:
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
3
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
4 extern char* win32_codec_name; // must be set before calling DrvOpen() !!!
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
5
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
6 int init_acm_audio_codec(sh_audio_t *sh_audio);
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
7 int acm_decode_audio(sh_audio_t *sh_audio, void* a_buffer,int minlen,int maxlen);
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
8
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
9 int init_vfw_video_codec(sh_video_t *sh_video,int ex);
df41903fd7d7 VfW stuff moved to dll_init, warnings fixed, using dll_init.h
arpi
parents:
diff changeset
10 int vfw_decode_video(sh_video_t* sh_video,void* start,int in_size,int drop_frame,int ex);
2087
fbf7ce9401ff divx.dll o_bih workaround, postprocessing support
arpi
parents: 2049
diff changeset
11 int vfw_set_postproc(sh_video_t* sh_video,int quality);