Changeset fcf1a8e5836b444b2265784bd197fbd450ff75db

Show
Ignore:
Timestamp:
20/10/06 16:49:47 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1161355787 +0000
git-parent:

[c3b3c2a8d7e720321afcd1efb31cf1fe02120db2]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1161355787 +0000
Message:

Don't build quicktime plugin with loader since it is broken

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • configure.ac

    rb487fff rfcf1a8e  
    52015201AM_CONDITIONAL(LOADER, [test "${enable_loader}" = "yes"]) 
    52025202AS_IF([test "${enable_loader}" = "yes"], 
    5203   [ VLC_ADD_PLUGINS([dmo quicktime]) 
     5203  [ VLC_ADD_PLUGINS([dmo]) 
    52045204    VLC_ADD_CPPFLAGS([dmo],[-I../../../@top_srcdir@/loader]) 
    52055205    VLC_ADD_LDFLAGS([dmo],[../../../loader/libloader.la])