1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
Commit Graph

102 Commits

Author SHA1 Message Date
Pavlov Konstantin
e1dc5004a5 toolbox: dont remove config.rpath. 2008-06-09 16:15:25 +04:00
Pavlov Konstantin
c40d24815f toolbox: check for other files instead of missing ones. 2008-03-04 01:41:27 +03:00
Christophe Mutricy
ce87acacc4 Distribute contrib/src/Distributions 2008-02-22 21:22:58 +00:00
Rémi Denis-Courmont
99fab9089e Don't include config.h from the headers - refs #297.
Missing some cases that I could not test.
Also ffmpeg/chroma.c is locked, so I can but leave it broken.
Fix is for the remaining modules is obvious and the issue is easy to detect.
2008-01-23 21:50:58 +00:00
Rémi Denis-Courmont
5438a92a06 Remove totally broken VC support.
Use SVN history if you ever want to revive it.
2007-08-04 16:57:00 +00:00
Rémi Denis-Courmont
c262bd2728 Remove obsolete stuff 2007-05-20 08:40:04 +00:00
Damien Fouilleul
f1a701b569 toolbox: remove obsoloted files 2007-04-16 08:57:15 +00:00
Rémi Denis-Courmont
2eeecb47c8 Move libvlc module stuff to their own subdirectory 2007-04-14 15:19:03 +00:00
Clément Stenac
fbf4c8060d A bit of vlc/libvlc cleanup:
* libvlc sources and plugins now define __LIBVLC__ and headers exported to
  plugins (ie, include/vlc_*.h) check for this
* libvlc sources use the value of the "libvlc" component in vlc-config instead
  of vlc
* Apply flags directly to "libvlc" in configure.ac - might temporarily break win32 :)
2006-12-03 13:48:21 +00:00
Rafaël Carré
eee67efd03 Don't clean contribs 2006-11-23 14:01:56 +00:00
Yoann Peronneau
a34c6ca940 * toolbox: use vlc.mandriva.spec in distclean test 2006-10-27 18:39:29 +00:00
Clément Stenac
e4f7eb8e91 Fix syntax errors 2006-10-20 19:10:37 +00:00
Rémi Denis-Courmont
c145241b31 Remove some obsolete code 2006-10-20 15:58:06 +00:00
Rémi Denis-Courmont
7104644b77 Explicit disclaimer 2006-10-20 15:55:18 +00:00
Rémi Denis-Courmont
dc130e1e24 Try to fix distclean, but you'd better not use it anyway.
I TOLD YOU TO NOT BOTHER ME WITH YOUR UNCLEAN BUILD TREES.
2006-10-20 15:48:03 +00:00
Antoine Cellerier
5a3ae4a148 Really useless this time 2006-09-12 21:35:18 +00:00
Antoine Cellerier
1c05690807 Commit random stuff to test modified commit emails. 2006-09-12 21:32:29 +00:00
Christophe Mutricy
5bd101d9fe toolbox: remove debian and woody references 2006-05-14 11:41:55 +00:00
Antoine Cellerier
d31fa07d0a Remove .libs directories when running ./toolbox --distclean 2006-04-08 21:04:10 +00:00
Christophe Mutricy
f84a3bf3cd Don't use char outside ascii in shell script. 2006-04-07 21:14:52 +00:00
Rémi Denis-Courmont
be62d282ac - Build libvlc from src/ rather than top
so that it is cleanly built before all modules
  (step toward buildable shared libvlc on Win32)
- Don't build position dependant code when building shared libvlc
  (that was a big waste of time)
- Link builtin modules with vlc rather than libvlc
2006-02-19 13:11:21 +00:00
Rémi Denis-Courmont
c5d781b471 Ensure src/misc exists in builddir 2006-02-19 12:13:46 +00:00
Rémi Denis-Courmont
1e9c5147e1 Attempt to fix make distcheck 2005-12-06 16:49:16 +00:00
Cyril Deguet
96537a3cc8 * toolbox: added a --update-vc7 option to generate projects for Visual Studio .NET 2005-09-25 17:10:55 +00:00
Sam Hocevar
c4a26cdfd3 * fixed breakage of MSVC files in commit 12161. 2005-08-29 08:48:27 +00:00
Christophe Massiot
676990db0c * toolbox: Removed a bash-ism. 2005-08-27 13:38:26 +00:00
Christophe Massiot
74764fb415 * toolbox: Removed compilation information from version.c to reduce the
compilation time.
 * configure.ac: Compilation information are now determined at
   configure-time. Fixed libSDL_image static linking.
 * src/libvlc.c: Removed VLC_CompileTime() since this is not possible
   without increasing the compilation time.
2005-08-23 14:24:35 +00:00
Rémi Denis-Courmont
0d7fde9d3e Attempt to fix problem with dnsdomain name on some OSes 2005-08-19 15:45:52 +00:00
Rémi Denis-Courmont
2a03eac51a 2005-08-18 15:50:58 +00:00
Jean-Paul Saman
c3529672cf Added a message about the purpose of this file and a DO NOT EDIT NOTICE - THIS FILE IS AUTOMATICALLY GENERATED - 2005-08-18 12:55:46 +00:00
Christophe Massiot
2851705c32 * Makefile.am: New file version.c, generated at each 'make' command.
* toolbox: New --update-version switch, which builds the version.c file
   from current date, user/hostname/domainname, compiler version and
   svn changeset.
 * src/libvlc.c: Exported API to access data from version.c.
 * modules/control/http.c: New variables vlc_compile_time, vlc_compile_by,
   vlc_compile_host, vlc_compile_domain, vlc_compiler and vlc_changeset.
2005-08-17 14:39:07 +00:00
Rémi Denis-Courmont
c8c602161f "toolbox --update-po" becomes "make update-po"
Now can update PO when compiling from subdir
2005-08-13 13:14:19 +00:00
Rémi Denis-Courmont
4ba7bb60af Any reason why removal of .deps was disabled ?? 2005-07-10 13:32:43 +00:00
Rémi Denis-Courmont
05edb16cfd Don't delete SVN-tracked files with --distclean (closes #251) 2005-07-09 19:17:13 +00:00
Rémi Denis-Courmont
575c056a1c Complete rewrite of vlc_symbols.h generation (closes #155)
New VLC_EXPORTs are now added at the end of module_symbols_t so that
offsets of other function pointers are preserved.

Deleted VLC_EXPORTs are replaced with dummy pointers for padding.

Of course, it doesn't solve the problem with changing shared structures
format :/ and it may cause SVN conflicts when multiple people changes
VLC_EXPORT. I doubt it can be avoided though.
2005-06-02 12:47:30 +00:00
Rémi Denis-Courmont
ced883887d - build vlc_symbol.h modules_plugin.h and modules_builtin.h in top_builddir 2005-03-01 21:24:25 +00:00
Derk-Jan Hartman
6f924598bf * Added the contrib system to MAKE_DIST
* cleaned up some alignment in configure --help
2005-01-17 19:37:38 +00:00
Gildas Bazin
069e16625d * toolbox: added an evc ARMV4 target. 2005-01-05 22:24:30 +00:00
Gildas Bazin
84d44cbdc4 * toolbox, src/vlc.c: use src/vlc.c in the WinCE project files. 2004-11-12 10:38:27 +00:00
Clément Stenac
7965eb30e5 Do what I say, don't do what I do.
* Re-enabled string translation for wizard
* Fixed wizard strings
* internationalized some strings that weren't
2004-10-02 15:40:08 +00:00
Gildas Bazin
bb1ef14f0a * evc/*: some updates to the evc project files. 2004-10-01 16:04:20 +00:00
Sam Hocevar
29da6909ea * toolbox: fixed mixup in the changelog generation example. 2004-09-21 16:07:41 +00:00
Olivier Teulière
7253e7389e Removed the old skins plugin 2004-08-21 11:34:33 +00:00
Clément Stenac
1f9e100842 Do not translate wizard strings, and stop ignoring old win32 gui plugin 2004-04-25 15:32:28 +00:00
Sam Hocevar
445d17b2d5 * toolbox:
+ Removed --changelog from the help message.
    + Output a warning asking to use "svn log" when --changelog is called.
  * Regenerated SVN changelogs.
2004-03-07 17:26:50 +00:00
Sam Hocevar
dd443c16f4 * toolbox:
+ Do not remove svn directories in autotools/ when using --distclean.
2004-03-05 16:45:32 +00:00
Sam Hocevar
916c69e30e * debian/rules debian/control:
+ No longer build a local libmpeg2 since it entered sid.
    + Build the livedotcom plugin.
  * toolbox:
    + No longer remove flac, speex and matroska from the woody build; I will
      provide clean backports.
2004-02-10 14:33:17 +00:00
Sam Hocevar
83c6d1f77c * Another official Debian upload (workaround for an ICE in gcc-3.3 on PPC). 2004-01-21 14:44:56 +00:00
Sam Hocevar
a666bc5626 * toolbox:
+ Minor fixes to the woody packages.
2004-01-04 18:18:45 +00:00
Sam Hocevar
4219568532 * toolbox:
+ Added pda.glade to the list of Glade2 generated files.
    + Remove strings such as "http://" or "/dev/video0" from the list of
      translated strings in the PDA interface.
  * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing
    whitespaces and tabulations here and there.
2003-12-22 02:24:53 +00:00