Home
last modified time | relevance | path

Searched refs:dlls (Results 226 – 250 of 2494) sorted by relevance

12345678910>>...100

/dports/audio/gstreamer1-plugins-jack/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/audio/gstreamer1-plugins-lame/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/audio/gstreamer1-plugins-mpg123/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/devel/gstreamer1-plugins-soup/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/graphics/gstreamer1-plugins-png/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/graphics/gstreamer1-plugins-qt/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/audio/gstreamer1-plugins-taglib/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/audio/gstreamer1-plugins-speex/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/x11-toolkits/gstreamer1-plugins-gtk4/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/x11-toolkits/gstreamer1-plugins-gtk/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/graphics/gstreamer1-plugins-libcaca/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/graphics/gstreamer1-plugins-gdkpixbuf/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/graphics/gstreamer1-plugins-aalib/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/graphics/gstreamer1-plugins-cairo/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/graphics/gstreamer1-plugins-jpeg/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/devel/ncurses/ncurses-6.3/
H A DMakefile.os2122 all :: make.dlls
162 make.dlls : $(DEFS) $(LIBS) $(DLLS) $(LIBS_AOUT)
/dports/x11/gstreamer1-plugins-ximagesrc/gst-plugins-good-1.16.2/gst/avi/
H A DREADME8 - windows dlls wrappers.
48 An avidecoder that has a video pad (decoded with windows dlls) and an
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/
H A Dbuild.py1507 dlls = list()
1509 dlls += glob.glob(os.path.join(msw.dllDir, "wx*%su_*.dll" % ver))
1528 dlls += glob.glob(redist_dir)
1530 for dll in dlls:
1537 dlls = glob.glob(wxlibdir + '/*.dylib')
1538 for dll in dlls:
1551 dlls = glob.glob(wxlibdir + '/libwx_*.so')
1552 dlls += glob.glob(wxlibdir + '/libwx_*.so.[0-9]*')
1553 for dll in dlls:
2150 dlls = glob.glob(os.path.join(wxlibdir, "*%s" % dllext))
[all …]
/dports/net-im/coccinella/Coccinella-0.96.20Src/bin/windows/intel/
H A DREADME-bin-windows3 This is where all dlls for windows go.
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Ddllmgr-x64.cxx753 Dlls dlls; member
757 Dlls::iterator i(dlls.find(name)); in getDll()
758 if (i == dlls.end()) { in getDll()
759 i = dlls.emplace(name, new Dll).first; in getDll()
762 dlls.erase(i); in getDll()
791 impl_->dlls.erase(library); in FreeDll()
H A Ddllmgr-x86.cxx692 Dlls dlls; member
696 Dlls::iterator i(dlls.find(name)); in getDll()
697 if (i == dlls.end()) { in getDll()
698 i = dlls.emplace(name, new Dll).first; in getDll()
701 dlls.erase(i); in getDll()
730 impl_->dlls.erase(library); in FreeDll()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/runtime/
H A Ddllmgr-x64.cxx749 Dlls dlls; member
753 Dlls::iterator i(dlls.find(name)); in getDll()
754 if (i == dlls.end()) { in getDll()
755 i = dlls.emplace(name, new Dll).first; in getDll()
758 dlls.erase(i); in getDll()
787 impl_->dlls.erase(library); in FreeDll()
H A Ddllmgr-x86.cxx689 Dlls dlls; member
693 Dlls::iterator i(dlls.find(name)); in getDll()
694 if (i == dlls.end()) { in getDll()
695 i = dlls.emplace(name, new Dll).first; in getDll()
698 dlls.erase(i); in getDll()
727 impl_->dlls.erase(library); in FreeDll()
/dports/devel/tortoisehg/tortoisehg-5.9.3/
H A Dsetup.py572 def qt4_plugins(subdir, *dlls): argument
575 return subdir, [os.path.join(pluginsdir, subdir, e) for e in dlls]
577 def qt5_plugins(subdir, *dlls): argument
580 return subdir, [os.path.join(pluginsdir, subdir, e) for e in dlls]
658 def qt5_plugins(subdir, *dlls): argument
661 return subdir, [os.path.join(pluginsdir, subdir, e) for e in dlls]
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/tclWin/
H A Dmakefile.bc312 release: setup $(TCLSH) dlls
313 dlls: setup $(TCLPIPEDLL) $(TCLREGDLL) $(TCLDDEDLL)
314 all: setup $(TCLSH) dlls $(CAT32)
315 tcltest: setup $(TCLTEST) dlls $(CAT32)
319 test: setup $(TCLTEST) dlls $(CAT32)

12345678910>>...100