Kaydet (Commit) fe62bc91 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Conditionalize another constant

üst 289587ea
......@@ -964,7 +964,9 @@ initossaudiodev(void)
_EXPORT_INT(m, AFMT_U16_LE);
_EXPORT_INT(m, AFMT_U16_BE);
_EXPORT_INT(m, AFMT_MPEG);
#ifdef AFMT_AC3
_EXPORT_INT(m, AFMT_AC3);
#endif
#ifdef AFMT_S16_NE
_EXPORT_INT(m, AFMT_S16_NE);
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment