Changes between Version 45 and Version 46 of Documentation/VLC
- Timestamp:
- May 23, 2010, 6:42:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/VLC
v45 v46 258 258 }}} 259 259 260 Probably you want to set the ariba logging output to "info": 261 On vlc/modules/access/mcpo/McpoModule.cpp 262 Edit line 24 from logger->setLevel(log4cxx::Level::getWarn()); to logger->setLevel(log4cxx::Level::getInfo()); 263 Equally on vlc/modules/access_output/mcpo/McpoModule.cpp line 30. 264 265 260 266 === compile the modified VLC === 261 267 At first you need the build dependencies. On Ubuntu you can get all the dependencies via: sudo apt-get build-dep vlc