]> git.sesse.net Git - vlc/commit
Fix GCC error message: undefined reference to `__sync_fetch_and_sub_4`
authorJean-Paul Saman <jpsaman@videolan.org>
Sun, 21 Sep 2008 17:42:27 +0000 (19:42 +0200)
committerJean-Paul Saman <jpsaman@videolan.org>
Sun, 21 Sep 2008 17:48:24 +0000 (19:48 +0200)
commitce241ca11ac2e2db3a8c312616906e064772fc11
treebfff05ac5c7a36c569d0bf42547d8752533d7d89
parenta47c9f2f1ed05ce552032639bf3bfa02d47a9012
Fix GCC error message: undefined reference to `__sync_fetch_and_sub_4`

The exact error message is: src/.libs/libvlccore.so: undefined reference to `__sync_fetch_and_sub_4'. According to irc discussion gcc version 4.1.2 (fc8), 4.1.3, 4.2, 4,3.2 and 4.3.2 (archlinux) fail with this error message. This patch fixes it by bumping up the minor number for gcc to 4.
src/libvlc.c