1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Removing liblrdf, libraptor, redland, and slv2 in preparation for

conversion to lilv, serd, sord, and sratom.
This commit is contained in:
lllucius
2013-10-27 08:50:38 +00:00
parent facf805658
commit 52afa22aaf
2757 changed files with 2 additions and 959494 deletions

View File

@@ -136,11 +136,6 @@ It handles initialization and termination by subclassing wxApp.
# pragma comment(lib, "libid3tag")
# endif
# if defined(USE_LIBLRDF)
# pragma comment(lib, "liblrdf")
# pragma comment(lib, "raptor")
# endif
# if defined(USE_LIBMAD)
# pragma comment(lib, "libmad")
# endif
@@ -186,13 +181,6 @@ It handles initialization and termination by subclassing wxApp.
# pragma comment(lib, "portmixer")
# endif
# if defined(USE_SLV2)
# pragma comment(lib, "slv2")
# pragma comment(lib, "librdf")
# pragma comment(lib, "raptor")
# pragma comment(lib, "rasqal")
# endif
# if defined(USE_SBSMS)
# pragma comment(lib, "sbsms")
# endif