|
Revision 0900f11014557ea895a290d2c1518d739f97a8b6, 98 bytes
(checked in by Clément Stenac <zorglub@videolan.org>, 2 years ago)
|
Finish the playlist API transition (hopefully)
- Remove a bunch of transition now-useless API.
- Remove all playlist_Lock* functions. Matching functions now accept a
b_locked parameter that should be set to VLC_TRUE if the playlist is
locked when calling the function. The advantages are that it reduces
the API bloat and that the b_locked flag can be propagated in the
call stack
- Remove useless playlist testsuite
- Remove broken daap plugin (unmaintained wrt VLC API changes, relies on
an unmaintained library, probably unable to read content from new itunes,
...). Implementations exist in rhythmbox, xmms2 and
daap-sharp, we should see if a proper lib exists or if we could
make one
- Reduce verbosity a bit
- Documentation
|
- Property mode set to
100644
|
| Line | |
|---|
| 1 |
SOURCES_test1 = test1.c |
|---|
| 2 |
SOURCES_test2 = test2.cpp |
|---|
| 3 |
SOURCES_test3 = test3.m |
|---|
| 4 |
SOURCES_test4 = test4.c |
|---|