Samuel Thibault
8d99c0fe7d
the Hurd also uses the .so extension for libraries
Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years ago
Hugo Beauzée-Luyssen
81a0512d0f
zsh: Gracefully release libvlc on error
11 years ago
Rafaël Carré
c85a2dd8a4
zsh completion: fix argv passing
11 years ago
Sebastian Ramacher
32796b8960
zsh completion: Add missing newlines
Signed-off-by: Rafaël Carré <funman@videolan.org>
11 years ago
Sebastian Ramacher
6987c696af
zsh completion: add $BUILDDIR/lib/.libs to LD_LIBRARY_PATH
zsh_gen is linked against libvlc from $BUILDDIR/lib/.libs and needs it in
LD_LIBRARY_PATH to run.
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years ago
Rémi Denis-Courmont
469f433cfd
Remove unused typedefs
14 years ago
Rémi Denis-Courmont
dcb7ec195a
osd: remove dead core OSD menu functions
14 years ago
Rafaël Carré
9cdec1aeda
zsh completion: update to last libvlccore api
14 years ago
Rémi Denis-Courmont
e2b439cfa1
Replace remaining instances of aout_buffer_t with block_t
14 years ago
Rafaël Carré
8a3d02d574
ignore generated zsh completion
15 years ago
Rafaël Carré
43a501def8
fix zsh completion
15 years ago
Rafaël Carré
022964d9a5
remove unused custom typedef
15 years ago
Rafaël Carré
0952836a4b
fix zsh completion
15 years ago
Rafaël Carré
f15b7d6b69
zsh completion: refactor
15 years ago
Rafaël Carré
e9bce28860
fix zsh completion
15 years ago
Rémi Denis-Courmont
2516061e58
Rename aout_instance_t to audio_output_t
15 years ago
Rémi Denis-Courmont
3f775a5ed0
Replace CONFIG_HINT and CONFIG_ITEM with a boolean macro
15 years ago
Rafaël Carré
8762bdebf7
fix zsh completion
15 years ago
Rémi Denis-Courmont
c3a51903f2
Remove some leftovers from pre-libtool era
(Note __BUILTIN__ was not used anymore as we have !__PLUGIN__)
16 years ago
Rémi Denis-Courmont
549ce2cad1
Override the plugins path with an environment variable...
...rather than with a command line option. This enables extending the
set of plugins paths globally, for all LibVLC applications.
Using an environment variable seems more logical than a command line
option considering that the module bank is shared by all VLC instances
in the process. In other words, it did not belong as a parameter to
libvlc_new().
16 years ago
Pierre Ynard
147438b3a0
Remove references to removed structures
16 years ago
Rémi Denis-Courmont
963630ba6e
split add_file into add_loadfile and add_savefile
The preference panel needs to know which of open or save file dialog
it should use. Here we have 27 load and 4 save cases, plus 2 fonts
that were not correctly marked as such in projectM.
16 years ago
Rafaël Carré
faa09ff63a
fix zsh completion
add needed header to fix build
process all config items
process all items of config lists (off by one)
fix display of lists: some option have a space in their name
16 years ago
Rafaël Carré
a103aafe1e
zsh completion: fix include of contrib headers
16 years ago
Rémi Duraffort
fb1f89ba94
Fix zsh_gen compilation.
17 years ago
Rémi Denis-Courmont
ed02d7a9e9
zsh: remove --save-config
17 years ago
Rafaël Carré
b2e6a7327b
zsh_completion.sh: remove automatic install
instead print where the script should be for zsh to find it
some cleaning of the script & its output
17 years ago
Rafaël Carré
61d26424b6
zsh completion: add all known aliases
They will complete even if the alias isn't present in PATH though
Also explicit the need to remove completion cache
17 years ago
Rémi Duraffort
40f4dab0fc
zsh: fix 2b068d3ac1 (NULL printed).
17 years ago
Rémi Duraffort
089821fb58
zsh: fix infinite loop.
17 years ago
Rémi Duraffort
2b068d3ac1
zsh: fix some others memory leaks.
17 years ago
Rémi Duraffort
ef0bcc793d
zsh: fix a memory leak (this is usefull as this program seems to fail on OOM).
17 years ago
Rémi Duraffort
84b53fa99b
zsh: export the LD_LIBRARY_PATH (so ldd can find the libs).
17 years ago
Rémi Duraffort
cef4089be7
zsh: really use the arguments given to the zsh generator.
17 years ago
Rémi Denis-Courmont
12bd062b60
asprintf -> strdup
17 years ago
Rafaël Carré
d550023d98
Fix zsh completion generation
18 years ago
Rémi Duraffort
358afe661f
analyser/zsh: fix memleak ( #2303 )
18 years ago
Rafaël Carré
429d063a38
Ignore zsh completion generator binary
19 years ago
Rafaël Carré
532b6e4cfe
zsh helper : don't depend on zsh binary location
19 years ago
Rafaël Carré
f1c34c38fe
Fix zsh completion installer
Don't use non-standard extensions
Run the script in zsh
19 years ago
Rafaël Carré
46d9645373
fix zsh completion generator, add a script to help compilation, generation, and installation of completion
19 years ago
Pierre d'Herbemont
2e888fde24
Source Tree Layout Cleanup: (As decided at videolan-meeting #2 )
projects/ - contains projects that link to libvlc other than vlc and the bindings.
extras/package - contains the packaging specific files.
extras/deprecated - deprecated files.
extras/buildsystem - contains non-default buildsystem stuff.
extras/analyser - contains code analyser (such as editor specific files) specific files.
19 years ago