vuplus_xbmc
10 years agoMerge pull request #2612 from Jose123456/master
wsoltys [Wed, 24 Jul 2013 20:23:39 +0000 (13:23 -0700)]
Merge pull request #2612 from Jose123456/master

[AE] Fix for non-SSE2 platforms.

10 years agoMerge pull request #1556 from Karlson2k/Startup_log_01
Memphiz [Wed, 24 Jul 2013 08:57:23 +0000 (01:57 -0700)]
Merge pull request #1556 from Karlson2k/Startup_log_01

Resort and extend startup log information

10 years agoMerge pull request #2948 from ace20022/blu_lang_fix
Arne Morten Kvarving [Wed, 24 Jul 2013 08:40:58 +0000 (01:40 -0700)]
Merge pull request #2948 from ace20022/blu_lang_fix

[bluray] Fix stream info/language retrieval for blurays in non-nav mode.

10 years agoMerge pull request #2963 from janbar/pvr_update
Arne Morten Kvarving [Wed, 24 Jul 2013 08:39:38 +0000 (01:39 -0700)]
Merge pull request #2963 from janbar/pvr_update

pvr: Only shows specific actions for current category or 'ALL'

10 years agoMerge pull request #2992 from FernetMenta/paplayer
Arne Morten Kvarving [Wed, 24 Jul 2013 08:27:40 +0000 (01:27 -0700)]
Merge pull request #2992 from FernetMenta/paplayer

paplayer: do not hijack main thread for pre-buffering streams

10 years agoStartup log: refactoring
Karlson2k [Tue, 23 Jul 2013 16:28:28 +0000 (20:28 +0400)]
Startup log: refactoring

10 years agoStartup log: fixes potential problems
Karlson2k [Tue, 23 Jul 2013 16:24:50 +0000 (20:24 +0400)]
Startup log: fixes potential problems

10 years agoStartup log: Added debug/release build information
Karlson2k [Sat, 6 Oct 2012 13:36:14 +0000 (17:36 +0400)]
Startup log: Added debug/release build information

10 years agoStartup log: Add GCC version information
Karlson2k [Tue, 23 Jul 2013 16:18:24 +0000 (20:18 +0400)]
Startup log: Add GCC version information

10 years agoMerge pull request #2997 from mvdroest/patch-2
davilla [Tue, 23 Jul 2013 15:28:39 +0000 (08:28 -0700)]
Merge pull request #2997 from mvdroest/patch-2

Update AMLPlayer.cpp

10 years agoUpdate AMLPlayer.cpp
mvdroest [Tue, 23 Jul 2013 15:19:56 +0000 (17:19 +0200)]
Update AMLPlayer.cpp

Proper fixed as suggested by davilla and  Arne

10 years agoStartup log: Resort XBMC info
Karlson2k [Sat, 6 Oct 2012 12:58:49 +0000 (16:58 +0400)]
Startup log: Resort XBMC info

10 years agoMerge pull request #2829 from alcoheca/shoddy_parenting
Joakim Plate [Tue, 23 Jul 2013 11:55:06 +0000 (04:55 -0700)]
Merge pull request #2829 from alcoheca/shoddy_parenting

Shoddy parenting

10 years agoquell compiler warning if compiling without libva, vdpau or darwin
spiff [Tue, 23 Jul 2013 10:35:27 +0000 (12:35 +0200)]
quell compiler warning if compiling without libva, vdpau or darwin

10 years agouse correct setting description for weather settings
M. Kaijser [Tue, 23 Jul 2013 09:27:47 +0000 (11:27 +0200)]
use correct setting description for weather settings

10 years agopaplayer: do not hijack main thread for pre-buffering streams
unknown [Mon, 22 Jul 2013 12:29:43 +0000 (14:29 +0200)]
paplayer: do not hijack main thread for pre-buffering streams

10 years agoMerge pull request #2991 from night199uk/misc
night199uk [Mon, 22 Jul 2013 10:03:08 +0000 (03:03 -0700)]
Merge pull request #2991 from night199uk/misc

[fixes] Fix a couple of EXC_BAD_ACCESS memory access bugs on OSX that cause real instability

10 years ago[fix] ffmpeg uses a 16-byte stride when scaling images, which can overrun the texture...
night199uk [Mon, 22 Jul 2013 09:52:22 +0000 (17:52 +0800)]
[fix] ffmpeg uses a 16-byte stride when scaling images, which can overrun the texture buffer which is only 2-byte aligned, causing a segfault on OSX/iOS

10 years agoMerge pull request #2984 from whaupt/xbmc/ofc/master
Trent Nelson [Mon, 22 Jul 2013 01:57:44 +0000 (18:57 -0700)]
Merge pull request #2984 from whaupt/xbmc/ofc/master

[WebServer] Simplify file existence check

10 years agoMerge pull request #2990 from t-nelson/no_using_in_headers
Trent Nelson [Sun, 21 Jul 2013 15:11:10 +0000 (08:11 -0700)]
Merge pull request #2990 from t-nelson/no_using_in_headers

No 'using' in headers

10 years agocosmetics for 67ab657
t-nelson [Sun, 21 Jul 2013 13:38:10 +0000 (09:38 -0400)]
cosmetics for 67ab657

10 years agoDon't use 'using' directive in headers!
t-nelson [Sun, 21 Jul 2013 13:36:03 +0000 (09:36 -0400)]
Don't use 'using' directive in headers!

10 years ago[fix] string copy allocated in function params can be destroyed before access via...
night199uk [Sat, 20 Jul 2013 12:40:24 +0000 (20:40 +0800)]
[fix] string copy allocated in function params can be destroyed before access via *end pointer causing EXC_BAD_ACCESS

10 years agoMerge pull request #2974 from night199uk/musicfixes
night199uk [Fri, 19 Jul 2013 11:20:08 +0000 (04:20 -0700)]
Merge pull request #2974 from night199uk/musicfixes

[musicdb] Fixes for non-MusicBrainz albums

10 years ago[musicdb] fix album and artist SQL queries for musicbrainz
night199uk [Tue, 16 Jul 2013 14:03:59 +0000 (22:03 +0800)]
[musicdb] fix album and artist SQL queries for musicbrainz

10 years ago[musicdb] fix some problems with non-musicbrainz albums in scanner, and tidy up some...
night199uk [Mon, 15 Jul 2013 14:25:13 +0000 (22:25 +0800)]
[musicdb] fix some problems with non-musicbrainz albums in scanner, and tidy up some of the scanner overall.

10 years ago[musicdb] fix album & artist lt operators, used for set/map (e.g. cache)
night199uk [Wed, 10 Jul 2013 13:23:21 +0000 (21:23 +0800)]
[musicdb] fix album & artist lt operators, used for set/map (e.g. cache)

10 years ago[WebServer] Simplify file existence check
Wolfgang Haupt [Thu, 18 Jul 2013 15:05:33 +0000 (17:05 +0200)]
[WebServer] Simplify file existence check

10 years ago[win32] fix v key not working anymore (thanks wsoltys)
montellese [Thu, 18 Jul 2013 19:38:37 +0000 (21:38 +0200)]
[win32] fix v key not working anymore (thanks wsoltys)

10 years agoRevert "[lang] missing confluence home menu Dutch translations"
Voyager1 [Thu, 18 Jul 2013 05:57:32 +0000 (07:57 +0200)]
Revert "[lang] missing confluence home menu Dutch translations"

This reverts commit ed2390f0823e6ec673884c72f0f93ff86adf285d.

10 years ago[lang] missing confluence home menu Dutch translations
Voyager1 [Thu, 18 Jul 2013 05:37:00 +0000 (07:37 +0200)]
[lang] missing confluence home menu Dutch translations

10 years ago[win32] add files created when running BuildSetup.bat to .gitignore
montellese [Wed, 17 Jul 2013 19:47:20 +0000 (21:47 +0200)]
[win32] add files created when running BuildSetup.bat to .gitignore

10 years agofix c/p screwup in CONTRIBUTING.md
Martijn Kaijser [Wed, 17 Jul 2013 17:56:08 +0000 (19:56 +0200)]
fix c/p screwup in CONTRIBUTING.md

10 years agoadd CONTRIBUTING.md with some basic information regarding pull requests
Martijn Kaijser [Wed, 17 Jul 2013 17:50:54 +0000 (19:50 +0200)]
add CONTRIBUTING.md with some basic information regarding pull requests

10 years agoMerge pull request #2982 from SpiritOffice/ShoutcastFileOpenFix
Arne Morten Kvarving [Wed, 17 Jul 2013 16:53:06 +0000 (09:53 -0700)]
Merge pull request #2982 from SpiritOffice/ShoutcastFileOpenFix

Fix for ignoring Protocol Options in CShoutcastFile::Open.

10 years agoFix for ignoring Protocol Options in CShoutcastFile::Open.
SpiritOffice [Wed, 17 Jul 2013 16:25:56 +0000 (18:25 +0200)]
Fix for ignoring Protocol Options in CShoutcastFile::Open.
(something like UserAgent, Referer, etc.)

10 years ago[win32] fix library.xbmc.foo builds after cc988c14d2c13cee4633b316065e4cf335328e99
montellese [Wed, 17 Jul 2013 14:32:05 +0000 (16:32 +0200)]
[win32] fix library.xbmc.foo builds after cc988c14d2c13cee4633b316065e4cf335328e99

10 years ago[lang] update of skin.confluence language files
alanwww1 [Wed, 17 Jul 2013 11:13:46 +0000 (13:13 +0200)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Wed, 17 Jul 2013 11:13:25 +0000 (13:13 +0200)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Wed, 17 Jul 2013 11:12:39 +0000 (13:12 +0200)]
[lang] update of internal addon language files

10 years ago[cddb] fix broken hello command should be as "cddb hello username hostname
Voyager1 [Wed, 17 Jul 2013 06:06:49 +0000 (08:06 +0200)]
[cddb] fix broken hello command should be as "cddb hello username hostname
clientname version"

10 years agofixed, compiler warnings
davilla [Tue, 16 Jul 2013 15:20:18 +0000 (11:20 -0400)]
fixed, compiler warnings

10 years agofixed, signed/unsigned compiler warning
davilla [Tue, 16 Jul 2013 14:58:55 +0000 (10:58 -0400)]
fixed, signed/unsigned compiler warning

10 years agoMerge pull request #2964 from wsnipex/configure
Arne Morten Kvarving [Tue, 16 Jul 2013 14:57:48 +0000 (07:57 -0700)]
Merge pull request #2964 from wsnipex/configure

[configure] don't use relative include paths in addon headers

10 years ago[configure] install missing addon bindings
wsnipex [Tue, 16 Jul 2013 11:55:58 +0000 (13:55 +0200)]
[configure] install missing addon bindings

10 years ago[configure] don't use relative include paths in addon headers
wsnipex [Sat, 13 Jul 2013 13:57:13 +0000 (15:57 +0200)]
[configure] don't use relative include paths in addon headers
this breaks xbmc dev packages where all headers are installed in standard include paths

10 years agoMerge pull request #2977 from smspillaz/fix-14501
davilla [Tue, 16 Jul 2013 01:34:01 +0000 (18:34 -0700)]
Merge pull request #2977 from smspillaz/fix-14501

Include guilib/GraphicContext.h and don't assign NULL to int

10 years agoInclude guilib/GraphicContext.h and don't assign NULL to int
Sam Spilsbury [Mon, 15 Jul 2013 22:13:29 +0000 (15:13 -0700)]
Include guilib/GraphicContext.h and don't assign NULL to int

Fixes: #14501

10 years agoMerge pull request #2975 from Fice/empty
davilla [Mon, 15 Jul 2013 19:00:04 +0000 (12:00 -0700)]
Merge pull request #2975 from Fice/empty

Prefer empty() over size()

10 years agoPrefer empty() over size()
Fice [Mon, 15 Jul 2013 15:54:54 +0000 (17:54 +0200)]
Prefer empty() over size()

10 years agojsonrpc: ensure that "label" always contains at least the filename of a playing item
montellese [Mon, 15 Jul 2013 12:46:46 +0000 (14:46 +0200)]
jsonrpc: ensure that "label" always contains at least the filename of a playing item

10 years agojsonrpc: fix bad if condition in CFooLibrary::FillFileItem
montellese [Mon, 15 Jul 2013 11:08:52 +0000 (13:08 +0200)]
jsonrpc: fix bad if condition in CFooLibrary::FillFileItem

10 years agoMerge pull request #2951 from jmbreuer/upstream-diskuniqueid
Voyager1 [Mon, 15 Jul 2013 07:05:53 +0000 (00:05 -0700)]
Merge pull request #2951 from jmbreuer/upstream-diskuniqueid

Generate stable DVD disk IDs by performing CSS first

10 years agoProper fix: Limit to file size
Joachim Breuer [Sat, 13 Jul 2013 11:34:07 +0000 (13:34 +0200)]
Proper fix: Limit to file size

10 years agochanged, audiotrack, add volume/drain locks, default volume to 1.0, remove AE_FMT_S16...
davilla [Sun, 14 Jul 2013 16:11:06 +0000 (12:11 -0400)]
changed, audiotrack, add volume/drain locks, default volume to 1.0, remove AE_FMT_S16NE handling

10 years agochanged, include AE_FMT_S16NE as avaliable format on audiotrack sink
S. Davilla [Sun, 14 Jul 2013 13:26:49 +0000 (09:26 -0400)]
changed, include AE_FMT_S16NE as avaliable format on audiotrack sink

10 years agofixed, add float to float convert with a copy so we do not have to check convertFn...
S. Davilla [Sun, 14 Jul 2013 13:06:48 +0000 (09:06 -0400)]
fixed, add float to float convert with a copy so we do not have to check convertFn for null all over the place

10 years agoMerge pull request #2968 from popcornmix/fix_max_types
huceke [Sun, 14 Jul 2013 12:50:15 +0000 (05:50 -0700)]
Merge pull request #2968 from popcornmix/fix_max_types

[rbp/omxplayer] Fix build error in types for max

10 years ago[rbp/omxplayer] Fix build error in types for max
popcornmix [Wed, 10 Jul 2013 23:14:36 +0000 (00:14 +0100)]
[rbp/omxplayer] Fix build error in types for max

It seems there is a compile error when STDINT_H_AVAILABLE is not defined.
See: http://raspbmc.apt-get.eu/downloads/bin/xbmc/nightlies/xbmc-rbp-20130710.log

10 years agodarwin: fix stray touch
davilla [Sat, 13 Jul 2013 13:49:49 +0000 (09:49 -0400)]
darwin: fix stray touch

10 years agodroid: fixed largefile smb access
davilla [Sat, 13 Jul 2013 13:47:51 +0000 (09:47 -0400)]
droid: fixed largefile smb access

10 years agoFix iso9660::ReadFile() to no longer read one sector past file size
Joachim Breuer [Sat, 13 Jul 2013 09:03:21 +0000 (11:03 +0200)]
Fix iso9660::ReadFile() to no longer read one sector past file size

10 years agosmartplaylists: fix parsing of sort direction from JSON object
montellese [Fri, 12 Jul 2013 12:46:51 +0000 (14:46 +0200)]
smartplaylists: fix parsing of sort direction from JSON object

10 years agopvr: Only shows specific actions for current category or 'ALL'
janbar [Fri, 12 Jul 2013 10:56:14 +0000 (12:56 +0200)]
pvr: Only shows specific actions for current category or 'ALL'

Avoid to show unusable specific actions for the current context.

10 years agofixed, ANativeActivity is a struct, not a class
davilla [Fri, 12 Jul 2013 00:29:25 +0000 (20:29 -0400)]
fixed, ANativeActivity is a struct, not a class

10 years agofixed crash when CLocalizeStrings::Load() is called from multiple threads, which...
Lars Op den Kamp [Fri, 12 Jul 2013 00:08:34 +0000 (02:08 +0200)]
fixed crash when CLocalizeStrings::Load() is called from multiple threads, which is possible when called by add-ons.

10 years ago[droid] fix path to xbmc depends in packaging Makefile
montellese [Thu, 11 Jul 2013 17:47:34 +0000 (19:47 +0200)]
[droid] fix path to xbmc depends in packaging Makefile

10 years ago[osx] - don't steal the hw volume keys. Those are controlled by osx and should always...
Memphiz [Thu, 11 Jul 2013 15:38:36 +0000 (17:38 +0200)]
[osx] - don't steal the hw volume keys. Those are controlled by osx and should always be. This reverts part of 6bb569c as we already did in the frodo branch. And now all nyxboard users say booo and go away ;)

10 years agoMerge pull request #2955 from popcornmix/ff_rew
popcornmix [Wed, 10 Jul 2013 22:56:59 +0000 (15:56 -0700)]
Merge pull request #2955 from popcornmix/ff_rew

[rtbp/omxplayer] Support ff/rew

10 years agoMerge pull request #2954 from jmbreuer/upstream-dvdmenu
Voyager1 [Wed, 10 Jul 2013 18:38:08 +0000 (11:38 -0700)]
Merge pull request #2954 from jmbreuer/upstream-dvdmenu

Unpause (if applicable) when going to DVD menu

10 years ago[win32] - fix crashing with libnfs 1.6 by bumping to 1.6.1 (which is 1.6.0
Memphiz [Wed, 10 Jul 2013 18:03:06 +0000 (20:03 +0200)]
[win32] - fix crashing with libnfs 1.6 by bumping to 1.6.1 (which is 1.6.0
+ a compile fix - 32bit time_t define was missing in the release target of
vs project for libnfs)

10 years agoMerge pull request #2956 from davilla/drop-texturedone-event-for-gles
davilla [Wed, 10 Jul 2013 14:28:53 +0000 (07:28 -0700)]
Merge pull request #2956 from davilla/drop-texturedone-event-for-gles

renderer: drop old texture done event for gles

10 years ago[lang] fixed: empty msgid entries
alanwww1 [Wed, 10 Jul 2013 11:42:47 +0000 (13:42 +0200)]
[lang] fixed: empty msgid entries

10 years ago[lang] update of skin.confluence language files
alanwww1 [Wed, 10 Jul 2013 10:17:13 +0000 (12:17 +0200)]
[lang] update of skin.confluence language files

10 years ago[lang] update of core language files
alanwww1 [Wed, 10 Jul 2013 10:16:53 +0000 (12:16 +0200)]
[lang] update of core language files

10 years ago[lang] update of internal addon language files
alanwww1 [Wed, 10 Jul 2013 10:16:21 +0000 (12:16 +0200)]
[lang] update of internal addon language files

10 years agoMerge pull request #2958 from Montellese/settings_description_confluence
Sascha Montellese [Wed, 10 Jul 2013 07:13:36 +0000 (00:13 -0700)]
Merge pull request #2958 from Montellese/settings_description_confluence

[confluence] add settings descriptions to GUI

10 years agoMerge pull request #2573 from ulion/slideshow_announce_onplay_speed_zero_for_pausing
Sascha Montellese [Wed, 10 Jul 2013 07:01:33 +0000 (00:01 -0700)]
Merge pull request #2573 from ulion/slideshow_announce_onplay_speed_zero_for_pausing

jsonrpc: change Player.OnPlay to announce speed 0 for pausing slideshow or picture

10 years agoMerge pull request #2865 from Fice/lockable_settings
Sascha Montellese [Wed, 10 Jul 2013 06:59:24 +0000 (23:59 -0700)]
Merge pull request #2865 from Fice/lockable_settings

profiles: allow settings to be locked on specific levels

10 years ago[win32] update gitignore for library.xbmc.codec
montellese [Tue, 9 Jul 2013 20:35:33 +0000 (22:35 +0200)]
[win32] update gitignore for library.xbmc.codec

10 years agofixed version number in addons/xbmc.pvr/addon.xml
Lars Op den Kamp [Tue, 9 Jul 2013 18:51:24 +0000 (20:51 +0200)]
fixed version number in addons/xbmc.pvr/addon.xml

forgot the bump the version number in the xml again...

10 years ago[skin.confluence] add description textbox (ID 6) to SettingsCategory.xml
montellese [Tue, 21 May 2013 19:54:33 +0000 (21:54 +0200)]
[skin.confluence] add description textbox (ID 6) to SettingsCategory.xml

10 years agorenderer: drop old texture done event for gles
davilla [Tue, 9 Jul 2013 01:03:59 +0000 (21:03 -0400)]
renderer: drop old texture done event for gles

10 years ago[rbp/omxplayer] Support ff/rew
popcornmix [Tue, 9 Jul 2013 00:48:42 +0000 (01:48 +0100)]
[rbp/omxplayer] Support ff/rew

Big missing feature added for Pi.
It works by increasing the clock and discarding audio when at 2x and 4x.
For rewind and 8x and higher, it uses a different scheme. It pauses video, and single steps.

For both schemes it uses the normal dvd player mechanism of seeking when the clock has diverged by too much.

Notes:
dvdplayer still decodes (then discards) audio when ff/rew.
I'm skipping the decode step (too much cpu at 4x realtime).

I've made GetTime return m_clock.GetClock() when ff/rew. (m_State.time is too jumpy).

10 years ago[WIN32] fixed: use .empty() instead of .size() < 1 (grr)
wsoltys [Tue, 9 Jul 2013 15:15:50 +0000 (17:15 +0200)]
[WIN32] fixed: use .empty() instead of .size() < 1 (grr)

10 years ago[WIN32] fixed: if we don't found - for whatever reason - a suitable monitor, abort...
wsoltys [Tue, 9 Jul 2013 15:07:50 +0000 (17:07 +0200)]
[WIN32] fixed: if we don't found - for whatever reason - a suitable monitor, abort early and write the reason into the log file.

10 years agoMerge pull request #2949 from popcornmix/remove_has_video
huceke [Tue, 9 Jul 2013 10:35:03 +0000 (03:35 -0700)]
Merge pull request #2949 from popcornmix/remove_has_video

[rbp/omxplayer] Remove unused state from OMXClock

10 years ago[rbp/omxplayer] Remove unused state from OMXClock
popcornmix [Sun, 7 Jul 2013 12:33:01 +0000 (13:33 +0100)]
[rbp/omxplayer] Remove unused state from OMXClock

m_has_audio/m_has_video are always set before OMXReset is called, so just make them local parameters.
m_video_start and m_audio_start are unused, so remove them.

This commit should have no functional change

10 years agofix missing initialization of new codec cb helper
Rainer Hochecker [Tue, 9 Jul 2013 10:06:29 +0000 (12:06 +0200)]
fix missing initialization of new codec cb helper

10 years agoUnpause (if applicable) when going to DVD menu
Joachim Breuer [Tue, 9 Jul 2013 09:34:12 +0000 (11:34 +0200)]
Unpause (if applicable) when going to DVD menu

10 years agoMerge pull request #2933 from afedchin/fix_pvr_addon_slider
Lars Op den Kamp [Tue, 9 Jul 2013 08:53:33 +0000 (01:53 -0700)]
Merge pull request #2933 from afedchin/fix_pvr_addon_slider

[pvr] fix: CAddonCallbacksAddon::GetAddonSetting doesn't returns slider setting value.

10 years agoMerge pull request #2952 from jmbreuer/upstream-useremovable
Voyager1 [Tue, 9 Jul 2013 07:14:33 +0000 (00:14 -0700)]
Merge pull request #2952 from jmbreuer/upstream-useremovable

Fix DVD resume: Get and use correct (removable://) file record from database

10 years agoGet and use correct (removable://) file record from database
Joachim Breuer [Sun, 7 Jul 2013 09:39:00 +0000 (11:39 +0200)]
Get and use correct (removable://) file record from database
Fixes DVD resume after resume details already exist

10 years agoMerge pull request #2934 from aballier/cdripupdate
Arne Morten Kvarving [Tue, 9 Jul 2013 06:39:25 +0000 (23:39 -0700)]
Merge pull request #2934 from aballier/cdripupdate

Resurect FFmpeg encoder for audio CD ripping.

10 years ago[cosmetics] use CompareNoCase explicitly instead of Equals - after d25d6ef73a17c7044b...
Voyager1 [Tue, 9 Jul 2013 05:34:17 +0000 (07:34 +0200)]
[cosmetics] use CompareNoCase explicitly instead of Equals - after d25d6ef73a17c7044b819c998630346a522ca972

10 years agoMerge pull request #2866 from garbear/git_rev
Garrett Brown [Tue, 9 Jul 2013 03:07:37 +0000 (20:07 -0700)]
Merge pull request #2866 from garbear/git_rev

Improve recompile speed: Don't include git_rev.h/git_revision.h in system.h

10 years ago[ios/atv2/osx] - sync xcode project
Memphiz [Mon, 8 Jul 2013 20:54:57 +0000 (22:54 +0200)]
[ios/atv2/osx] - sync xcode project

10 years ago[Win32] Remove condition `!defined(_LIB)` for git_revision.h inclusion
Garrett Brown [Mon, 8 Jul 2013 18:56:40 +0000 (11:56 -0700)]
[Win32] Remove condition `!defined(_LIB)` for git_revision.h inclusion

XBMC seems to compile and display a git revision with or without this condition.

This reverts the change to PlatformInclude.h (now GitRevision.cpp) in b4952cf

10 years agoImprove recompile speed: Don't include git_revision.h in system.h (leads to excessive...
Garrett Brown [Fri, 14 Jun 2013 21:54:05 +0000 (14:54 -0700)]
Improve recompile speed: Don't include git_revision.h in system.h (leads to excessive recompiles)

10 years agoMerge pull request #2941 from opdenkamp/july_window
Lars Op den Kamp [Tue, 9 Jul 2013 01:25:53 +0000 (18:25 -0700)]
Merge pull request #2941 from opdenkamp/july_window

codec id callbacks