Index: mppenc/trunk/src/CMakeLists.txt
===================================================================
--- mppenc/trunk/src/CMakeLists.txt	(revision 99)
+++ mppenc/trunk/src/CMakeLists.txt	(revision 100)
@@ -2,3 +2,6 @@
 add_executable(mppenc analy_filter encode_sv7 huffsv7 profile stderr winmsg ans fastmath keyboard psy tags bitstream fft4g mppenc psy_tab tools cvd fft_routines pipeopen quant wave_in)
 target_link_libraries(mppenc m)
+if(CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
+target_link_libraries(mppenc ossaudio)
+endif(CMAKE_SYSTEM_NAME STREQUAL OpenBSD)
 install(TARGETS mppenc RUNTIME DESTINATION bin)
