mediamisc.hxx (9ea84ac5) | mediamisc.hxx (eb7664d6) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 25 unchanged lines hidden (view full) --- 34#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED_FALLBACK1 sal_False 35 36#else 37#ifdef QUARTZ 38 39#define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.comp.avmedia.Manager_QuickTime" 40#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED sal_False 41 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 25 unchanged lines hidden (view full) --- 34#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED_FALLBACK1 sal_False 35 36#else 37#ifdef QUARTZ 38 39#define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.comp.avmedia.Manager_QuickTime" 40#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED sal_False 41 |
42#define AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1 "" | 42#define AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1 "com.sun.star.comp.avmedia.Manager_MacAVF" |
43#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED_FALLBACK1 sal_False 44 45#else 46 47#define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.comp.avmedia.Manager_GStreamer" 48#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED sal_False 49 50#define AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1 "com.sun.star.comp.avmedia.Manager_Java" 51#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED_FALLBACK1 sal_True 52 53#endif 54#endif 55 56namespace avmedia 57{ 58 ResMgr* GetResMgr(); 59} | 43#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED_FALLBACK1 sal_False 44 45#else 46 47#define AVMEDIA_MANAGER_SERVICE_NAME "com.sun.star.comp.avmedia.Manager_GStreamer" 48#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED sal_False 49 50#define AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1 "com.sun.star.comp.avmedia.Manager_Java" 51#define AVMEDIA_MANAGER_SERVICE_IS_JAVABASED_FALLBACK1 sal_True 52 53#endif 54#endif 55 56namespace avmedia 57{ 58 ResMgr* GetResMgr(); 59} |